#559ECB

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

Shades of Picton Blue #559ECB

Tints of Picton Blue #559ECB

Color information

#559ECB (or 0x559ECB) is unknown color: approx Picton Blue. HEX triplet: 55, 9E and CB. RGB value is (85,158,203). Sum of RGB (Red+Green+Blue) = 85+158+203=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #559ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ECB is #AA6134. Grayscale: #8D8D8D. Windows color (decimal): -11166005 or 13344341. OLE color: 13344341.

HSL color Cylindrical-coordinate representation of color #559ECB: hue angle of 202.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559ECB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85158203-
CMYK0.580.2200.20
HSL202.88º53.15%56.47%-
HSV(B)202.88º58.13%79.61%-
XYZ26.7530.761.01-
YUV141.3162.8287.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.06%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=19.06%
G=35.43%
B=45.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851582030.580.2200.20202.8853.1556.47
Hex559ECB3A16014cb3538
Octal12523631372260243136570
Binary101010110011110110010111110101011001010011001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,203); }

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

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

 a { background-color: rgb(85,158,203); }

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

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

 span { border-color: rgb(85,158,203); }

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