Html Css Color HEX #559ECD Picton Blue

📋 copy color: '#559ECD'

red 85 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #559ECD

Tints of Picton Blue #559ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 18.97%
G = 35.27%
B = 45.76%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559ECD (or 0x559ECD) is known color: Picton Blue. HEX triplet: 55, 9E and CD. RGB value is (85,158,205). Sum of RGB (Red+Green+Blue) = 85+158+205=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #559ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ECD is #AA6132. Grayscale: #8D8D8D. Windows color (decimal): -11166003 or 13475413. OLE color: 13475413.

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

Color convert

RGB 85 158 205 -
CMYK 0.59 0.23 0 0.20
HSL 203.5º 0.55% 0.57% -
HSV(B) 203.5º 0.59% 0.8% -
XYZ 26.99 30.79 62.28 -
YUV 141.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 85 158 205 0.59 0.23 0 0.20 203.5 0.55 0.57
Hex 55 9E CD 3B 17 0 14 CC 37 39
Octal 125 236 315 73 27 0 24 314 67 71
Binary 1010101 10011110 11001101 111011 10111 0 10100 11001100 110111 111001

Color Harmonies of #559ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ECD

Black with #559ECD

Text Example


Text Example

White with #559ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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