#55A6CE

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

Shades of Picton Blue #55A6CE

Tints of Picton Blue #55A6CE

Color information

#55A6CE (or 0x55A6CE) is unknown color: approx Picton Blue. HEX triplet: 55, A6 and CE. RGB value is (85,166,206). Sum of RGB (Red+Green+Blue) = 85+166+206=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #55A6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6CE is #AA5931. Grayscale: #929292. Windows color (decimal): -11163954 or 13542997. OLE color: 13542997.

HSL color Cylindrical-coordinate representation of color #55A6CE: hue angle of 199.83º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A6CE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85166206-
CMYK0.590.1900.19
HSL199.83º55.25%57.06%-
HSV(B)199.83º58.74%80.78%-
XYZ28.5233.6663.39-
YUV146.34161.6684.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=18.60%
G=36.32%
B=45.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851662060.590.1900.19199.8355.2557.06
Hex55A6CE3B13013c83739
Octal12524631673230233106771
Binary101010110100110110011101110111001101001111001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,206); }

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

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

 a { background-color: rgb(85,166,206); }

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

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

 span { border-color: rgb(85,166,206); }

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