Html Css Color HEX #559DC9 Picton Blue

📋 copy color: '#559DC9'

red 85 ◦ green 157 ◦ blue 201

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

Shades of Picton Blue #559DC9

Tints of Picton Blue #559DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 19.19%
G = 35.44%
B = 45.37%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#559DC9 (or 0x559DC9) is known color: Picton Blue. HEX triplet: 55, 9D and C9. RGB value is (85,157,201). Sum of RGB (Red+Green+Blue) = 85+157+201=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #559DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DC9 is #AA6236. Grayscale: #8C8C8C. Windows color (decimal): -11166263 or 13213013. OLE color: 13213013.

HSL color Cylindrical-coordinate representation of color #559DC9: hue angle of 202.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559DC9 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 157 201 -
CMYK 0.58 0.22 0 0.21
HSL 202.76º 0.52% 0.56% -
HSV(B) 202.76º 0.58% 0.79% -
XYZ 26.35 30.26 59.71 -
YUV 140.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 85 157 201 0.58 0.22 0 0.21 202.76 0.52 0.56
Hex 55 9D C9 3A 16 0 15 CB 34 38
Octal 125 235 311 72 26 0 25 313 64 70
Binary 1010101 10011101 11001001 111010 10110 0 10101 11001011 110100 111000

Color Harmonies of #559DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DC9

Black with #559DC9

Text Example


Text Example

White with #559DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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