Html Css Color HEX #559DCB Picton Blue

📋 copy color: '#559DCB'

red 85 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #559DCB

Tints of Picton Blue #559DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.28%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 19.1%
G = 35.28%
B = 45.62%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559DCB (or 0x559DCB) is known color: Picton Blue. HEX triplet: 55, 9D and CB. RGB value is (85,157,203). Sum of RGB (Red+Green+Blue) = 85+157+203=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #559DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DCB is #AA6234. Grayscale: #8C8C8C. Windows color (decimal): -11166261 or 13344085. OLE color: 13344085.

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

Color convert

RGB 85 157 203 -
CMYK 0.58 0.23 0 0.20
HSL 203.39º 0.53% 0.56% -
HSV(B) 203.39º 0.58% 0.8% -
XYZ 26.58 30.36 60.96 -
YUV 140.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 85 157 203 0.58 0.23 0 0.20 203.39 0.53 0.56
Hex 55 9D CB 3A 17 0 14 CB 35 38
Octal 125 235 313 72 27 0 24 313 65 70
Binary 1010101 10011101 11001011 111010 10111 0 10100 11001011 110101 111000

Color Harmonies of #559DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DCB

Black with #559DCB

Text Example


Text Example

White with #559DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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