#53A4E7

Color #53A4E7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #53A4E7

Tints of Picton Blue #53A4E7

Color information

#53A4E7 (or 0x53A4E7) is unknown color: approx Picton Blue. HEX triplet: 53, A4 and E7. RGB value is (83,164,231). Sum of RGB (Red+Green+Blue) = 83+164+231=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #53A4E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A4E7 is #AC5B18. Grayscale: #939393. Windows color (decimal): -11295513 or 15180883. OLE color: 15180883.

HSL color Cylindrical-coordinate representation of color #53A4E7: hue angle of 207.16º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53A4E7 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83164231-
CMYK0.640.2900.09
HSL207.16º75.51%61.57%-
HSV(B)207.16º64.07%90.59%-
XYZ31.2734.1680.55-
YUV147.42175.1682.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 17.36%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 231 (90.62% from 255) = 48.33%
R=17.36%
G=34.31%
B=48.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal831642310.640.2900.09207.1675.5161.57
Hex53A4E7401D09cf4c3e
Octal1232443471003501131711476
Binary1010011101001001110011110000001110101001110011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A4E7; }

 p { color: rgb(83,164,231); }

 H1.HeaderClassName
 {
   color: #53A4E7;
 }
 .AnyTagClassName
 {
   color: #53A4E7;
 }
</style>
background-color css

<style>
 a { background-color: #53A4E7; }

 a { background-color: rgb(83,164,231); }

 div.DivClassName
 {
   background-color: #53A4E7;
 }
 .BgClassName
 {
   background-color: #53A4E7;
 }
</style>
border-color css

<style>
 span { border-color: #53A4E7; }

 span { border-color: rgb(83,164,231); }

 td.TdClassName
 {
   border-color: #53A4E7;
 }
 .TagClassName
 {
   border-color: #53A4E7;
 }
</style>