#55A9E4

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

Shades of Picton Blue #55A9E4

Tints of Picton Blue #55A9E4

Color information

#55A9E4 (or 0x55A9E4) is unknown color: approx Picton Blue. HEX triplet: 55, A9 and E4. RGB value is (85,169,228). Sum of RGB (Red+Green+Blue) = 85+169+228=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #55A9E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A9E4 is #AA561B. Grayscale: #969696. Windows color (decimal): -11163164 or 14985557. OLE color: 14985557.

HSL color Cylindrical-coordinate representation of color #55A9E4: hue angle of 204.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A9E4 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85169228-
CMYK0.630.2600.11
HSL204.76º72.59%61.37%-
HSV(B)204.76º62.72%89.41%-
XYZ31.9435.9178.65-
YUV150.61171.6781.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.63%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=17.63%
G=35.06%
B=47.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851692280.630.2600.11204.7672.5961.37
Hex55A9E43F1A0Bcd493d
Octal125251344773201331511175
Binary101010110101001111001001111111101001011110011011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A9E4; }

 p { color: rgb(85,169,228); }

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

<style>
 a { background-color: #55A9E4; }

 a { background-color: rgb(85,169,228); }

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

<style>
 span { border-color: #55A9E4; }

 span { border-color: rgb(85,169,228); }

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