#55A2E0

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

Shades of Picton Blue #55A2E0

Tints of Picton Blue #55A2E0

Color information

#55A2E0 (or 0x55A2E0) is unknown color: approx Picton Blue. HEX triplet: 55, A2 and E0. RGB value is (85,162,224). Sum of RGB (Red+Green+Blue) = 85+162+224=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #55A2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2E0 is #AA5D1F. Grayscale: #919191. Windows color (decimal): -11164960 or 14721621. OLE color: 14721621.

HSL color Cylindrical-coordinate representation of color #55A2E0: hue angle of 206.76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A2E0 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85162224-
CMYK0.620.2800.12
HSL206.76º69.15%60.59%-
HSV(B)206.76º62.05%87.84%-
XYZ30.1233.1575.33-
YUV146.04171.9984.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=18.05%
G=34.39%
B=47.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal851622240.620.2800.12206.7669.1560.59
Hex55A2E03E1C0Ccf453d
Octal125242340763401431710575
Binary101010110100010111000001111101110001100110011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,224); }

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

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

 a { background-color: rgb(85,162,224); }

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

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

 span { border-color: rgb(85,162,224); }

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