Html Css Color HEX #559ECE Picton Blue

📋 copy color: '#559ECE'

red 85 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #559ECE

Tints of Picton Blue #559ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 18.93%
G = 35.19%
B = 45.88%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#559ECE (or 0x559ECE) is known color: Picton Blue. HEX triplet: 55, 9E and CE. RGB value is (85,158,206). Sum of RGB (Red+Green+Blue) = 85+158+206=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #559ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ECE is #AA6131. Grayscale: #8D8D8D. Windows color (decimal): -11166002 or 13540949. OLE color: 13540949.

HSL color Cylindrical-coordinate representation of color #559ECE: hue angle of 203.8º 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 #559ECE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 158 206 -
CMYK 0.59 0.23 0 0.19
HSL 203.8º 0.55% 0.57% -
HSV(B) 203.8º 0.59% 0.81% -
XYZ 27.11 30.84 62.92 -
YUV 141.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 85 158 206 0.59 0.23 0 0.19 203.8 0.55 0.57
Hex 55 9E CE 3B 17 0 13 CC 37 39
Octal 125 236 316 73 27 0 23 314 67 71
Binary 1010101 10011110 11001110 111011 10111 0 10011 11001100 110111 111001

Color Harmonies of #559ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ECE

Black with #559ECE

Text Example


Text Example

White with #559ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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