Html Css Color HEX #559FCD Picton Blue

📋 copy color: '#559FCD'

red 85 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #559FCD

Tints of Picton Blue #559FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

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

R = 18.93%
G = 35.41%
B = 45.66%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559FCD (or 0x559FCD) is known color: Picton Blue. HEX triplet: 55, 9F and CD. RGB value is (85,159,205). Sum of RGB (Red+Green+Blue) = 85+159+205=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #559FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FCD is #AA6032. Grayscale: #8D8D8D. Windows color (decimal): -11165747 or 13475669. OLE color: 13475669.

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

Color convert

RGB 85 159 205 -
CMYK 0.59 0.22 0 0.20
HSL 203º 0.55% 0.57% -
HSV(B) 203º 0.59% 0.8% -
XYZ 27.16 31.14 62.34 -
YUV 142.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 85 159 205 0.59 0.22 0 0.20 203 0.55 0.57
Hex 55 9F CD 3B 16 0 14 CB 37 39
Octal 125 237 315 73 26 0 24 313 67 71
Binary 1010101 10011111 11001101 111011 10110 0 10100 11001011 110111 111001

Color Harmonies of #559FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FCD

Black with #559FCD

Text Example


Text Example

White with #559FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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