Html Css Color HEX #556FC9 Havelock Blue

📋 copy color: '#556FC9'

red 85 ◦ green 111 ◦ blue 201

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

Shades of Havelock Blue #556FC9

Tints of Havelock Blue #556FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

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

R = 21.41%
G = 27.96%
B = 50.63%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#556FC9 (or 0x556FC9) is known color: Havelock Blue. HEX triplet: 55, 6F and C9. RGB value is (85,111,201). Sum of RGB (Red+Green+Blue) = 85+111+201=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #556FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FC9 is #AA9036. Grayscale: #717171. Windows color (decimal): -11178039 or 13201237. OLE color: 13201237.

HSL color Cylindrical-coordinate representation of color #556FC9: hue angle of 226.55º 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 #556FC9 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 111 201 -
CMYK 0.58 0.45 0 0.21
HSL 226.55º 0.52% 0.56% -
HSV(B) 226.55º 0.58% 0.79% -
XYZ 19.97 17.52 57.59 -
YUV 113.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 85 111 201 0.58 0.45 0 0.21 226.55 0.52 0.56
Hex 55 6F C9 3A 2D 0 15 E3 34 38
Octal 125 157 311 72 55 0 25 343 64 70
Binary 1010101 1101111 11001001 111010 101101 0 10101 11100011 110100 111000

Color Harmonies of #556FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FC9

Black with #556FC9

Text Example


Text Example

White with #556FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556FC9; }

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

 H1.HeaderClassName
 {
   color: #556FC9;
 }
 .AnyTagClassName
 {
   color: #556FC9;
 }
</style>

background-color css

<style>
 a { background-color: #556FC9; }

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

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

border-color css

<style>
 span { border-color: #556FC9; }

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

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