#559CDC

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

Shades of Picton Blue #559CDC

Tints of Picton Blue #559CDC

Color information

#559CDC (or 0x559CDC) is unknown color: approx Picton Blue. HEX triplet: 55, 9C and DC. RGB value is (85,156,220). Sum of RGB (Red+Green+Blue) = 85+156+220=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #559CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDC is #AA6323. Grayscale: #8D8D8D. Windows color (decimal): -11166500 or 14457941. OLE color: 14457941.

HSL color Cylindrical-coordinate representation of color #559CDC: hue angle of 208.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #559CDC is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85156220-
CMYK0.610.2900.14
HSL208.44º65.85%59.8%-
HSV(B)208.44º61.36%86.27%-
XYZ28.5530.8872.16-
YUV142.07171.9887.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=18.44%
G=33.84%
B=47.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851562200.610.2900.14208.4465.8559.8
Hex559CDC3D1D0Ed0423c
Octal125234334753501632010274
Binary101010110011100110111001111011110101110110100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559CDC; }

 p { color: rgb(85,156,220); }

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

<style>
 a { background-color: #559CDC; }

 a { background-color: rgb(85,156,220); }

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

<style>
 span { border-color: #559CDC; }

 span { border-color: rgb(85,156,220); }

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