Html Css Color HEX #559ECC Picton Blue

📋 copy color: '#559ECC'

red 85 ◦ green 158 ◦ blue 204

#559ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #559ECC

Tints of Picton Blue #559ECC

RGB

 RED value IS 85 (33.59% from 255) = 19.02%

 GREEN value IS 158 (62.11% from 255) = 35.35%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 19.02%
G = 35.35%
B = 45.64%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#559ECC (or 0x559ECC) is known color: Picton Blue. HEX triplet: 55, 9E and CC. RGB value is (85,158,204). Sum of RGB (Red+Green+Blue) = 85+158+204=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #559ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ECC is #AA6133. Grayscale: #8D8D8D. Windows color (decimal): -11166004 or 13409877. OLE color: 13409877.

HSL color Cylindrical-coordinate representation of color #559ECC: hue angle of 203.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559ECC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 158 204 -
CMYK 0.58 0.23 0 0.2
HSL 203.19º 0.54% 0.57% -
HSV(B) 203.19º 0.58% 0.8% -
XYZ 26.87 30.74 61.64 -
YUV 141.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 85 158 204 0.58 0.23 0 0.2 203.19 0.54 0.57
Hex 55 9E CC 3A 17 0 14 CB 36 39
Octal 125 236 314 72 27 0 24 313 66 71
Binary 1010101 10011110 11001100 111010 10111 0 10100 11001011 110110 111001

Color Harmonies of #559ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ECC

Black with #559ECC

Text Example


Text Example

White with #559ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #559ECC;
 }
 .AnyTagClassName
 {
   color: #559ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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