Html Css Color HEX #556FCB Havelock Blue

📋 copy color: '#556FCB'

red 85 ◦ green 111 ◦ blue 203

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

Shades of Havelock Blue #556FCB

Tints of Havelock Blue #556FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 21.3%
G = 27.82%
B = 50.88%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#556FCB (or 0x556FCB) is known color: Havelock Blue. HEX triplet: 55, 6F and CB. RGB value is (85,111,203). Sum of RGB (Red+Green+Blue) = 85+111+203=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #556FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FCB is #AA9034. Grayscale: #717171. Windows color (decimal): -11178037 or 13332309. OLE color: 13332309.

HSL color Cylindrical-coordinate representation of color #556FCB: hue angle of 226.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556FCB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 111 203 -
CMYK 0.58 0.45 0 0.20
HSL 226.78º 0.53% 0.56% -
HSV(B) 226.78º 0.58% 0.8% -
XYZ 20.21 17.61 58.83 -
YUV 113.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 85 111 203 0.58 0.45 0 0.20 226.78 0.53 0.56
Hex 55 6F CB 3A 2D 0 14 E3 35 38
Octal 125 157 313 72 55 0 24 343 65 70
Binary 1010101 1101111 11001011 111010 101101 0 10100 11100011 110101 111000

Color Harmonies of #556FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FCB

Black with #556FCB

Text Example


Text Example

White with #556FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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