Html Css Color HEX #559DCC Picton Blue

📋 copy color: '#559DCC'

red 85 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #559DCC

Tints of Picton Blue #559DCC

RGB

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

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

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

R = 19.06%
G = 35.2%
B = 45.74%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#559DCC (or 0x559DCC) is known color: Picton Blue. HEX triplet: 55, 9D and CC. RGB value is (85,157,204). Sum of RGB (Red+Green+Blue) = 85+157+204=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #559DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DCC is #AA6233. Grayscale: #8C8C8C. Windows color (decimal): -11166260 or 13409621. OLE color: 13409621.

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

Color convert

RGB 85 157 204 -
CMYK 0.58 0.23 0 0.2
HSL 203.7º 0.54% 0.57% -
HSV(B) 203.7º 0.58% 0.8% -
XYZ 26.7 30.4 61.59 -
YUV 140.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 85 157 204 0.58 0.23 0 0.2 203.7 0.54 0.57
Hex 55 9D CC 3A 17 0 14 CC 36 39
Octal 125 235 314 72 27 0 24 314 66 71
Binary 1010101 10011101 11001100 111010 10111 0 10100 11001100 110110 111001

Color Harmonies of #559DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DCC

Black with #559DCC

Text Example


Text Example

White with #559DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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