Html Css Color HEX #559FCC Picton Blue

📋 copy color: '#559FCC'

red 85 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #559FCC

Tints of Picton Blue #559FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 18.97%
G = 35.49%
B = 45.54%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#559FCC (or 0x559FCC) is known color: Picton Blue. HEX triplet: 55, 9F and CC. RGB value is (85,159,204). Sum of RGB (Red+Green+Blue) = 85+159+204=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #559FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FCC is #AA6033. Grayscale: #8D8D8D. Windows color (decimal): -11165748 or 13410133. OLE color: 13410133.

HSL color Cylindrical-coordinate representation of color #559FCC: hue angle of 202.69º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559FCC is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 159 204 -
CMYK 0.58 0.22 0 0.2
HSL 202.69º 0.54% 0.57% -
HSV(B) 202.69º 0.58% 0.8% -
XYZ 27.04 31.09 61.7 -
YUV 142 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 85 159 204 0.58 0.22 0 0.2 202.69 0.54 0.57
Hex 55 9F CC 3A 16 0 14 CB 36 39
Octal 125 237 314 72 26 0 24 313 66 71
Binary 1010101 10011111 11001100 111010 10110 0 10100 11001011 110110 111001

Color Harmonies of #559FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FCC

Black with #559FCC

Text Example


Text Example

White with #559FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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