Html Css Color HEX #559ECB Picton Blue

📋 copy color: '#559ECB'

red 85 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #559ECB

Tints of Picton Blue #559ECB

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 value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559ECB (or 0x559ECB) is known color: 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

RGB 85 158 203 -
CMYK 0.58 0.22 0 0.20
HSL 202.88º 0.53% 0.56% -
HSV(B) 202.88º 0.58% 0.8% -
XYZ 26.75 30.7 61.01 -
YUV 141.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 85 158 203 0.58 0.22 0 0.20 202.88 0.53 0.56
Hex 55 9E CB 3A 16 0 14 CB 35 38
Octal 125 236 313 72 26 0 24 313 65 70
Binary 1010101 10011110 11001011 111010 10110 0 10100 11001011 110101 111000

Color Harmonies of #559ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ECB

Black with #559ECB

Text Example


Text Example

White with #559ECB

Text Example


Text Example

HTML Codes & Css Web 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>