#55A0CD

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

Shades of Picton Blue #55A0CD

Tints of Picton Blue #55A0CD

Color information

#55A0CD (or 0x55A0CD) is unknown color: approx Picton Blue. HEX triplet: 55, A0 and CD. RGB value is (85,160,205). Sum of RGB (Red+Green+Blue) = 85+160+205=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #55A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A0CD is #AA5F32. Grayscale: #8E8E8E. Windows color (decimal): -11165491 or 13475925. OLE color: 13475925.

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

Color convert

RGB85160205-
CMYK0.590.2200.20
HSL202.5º54.55%56.86%-
HSV(B)202.5º58.54%80.39%-
XYZ27.3431.4862.39-
YUV142.7163.1586.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=18.89%
G=35.56%
B=45.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851602050.590.2200.20202.554.5556.86
Hex55A0CD3B16014ca3739
Octal12524031573260243126771
Binary101010110100000110011011110111011001010011001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,205); }

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

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

 a { background-color: rgb(85,160,205); }

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

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

 span { border-color: rgb(85,160,205); }

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