Html Css Color HEX #5576BE Havelock Blue

📋 copy color: '#5576BE'

red 85 ◦ green 118 ◦ blue 190

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

Shades of Havelock Blue #5576BE

Tints of Havelock Blue #5576BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 21.63%
G = 30.03%
B = 48.35%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5576BE (or 0x5576BE) is known color: Havelock Blue. HEX triplet: 55, 76 and BE. RGB value is (85,118,190). Sum of RGB (Red+Green+Blue) = 85+118+190=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5576BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576BE is #AA8941. Grayscale: #747474. Windows color (decimal): -11176258 or 12482133. OLE color: 12482133.

HSL color Cylindrical-coordinate representation of color #5576BE: hue angle of 221.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5576BE is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 118 190 -
CMYK 0.55 0.38 0 0.25
HSL 221.14º 0.45% 0.54% -
HSV(B) 221.14º 0.55% 0.75% -
XYZ 19.52 18.61 51.28 -
YUV 116.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 85 118 190 0.55 0.38 0 0.25 221.14 0.45 0.54
Hex 55 76 BE 37 26 0 19 DD 2D 36
Octal 125 166 276 67 46 0 31 335 55 66
Binary 1010101 1110110 10111110 110111 100110 0 11001 11011101 101101 110110

Color Harmonies of #5576BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576BE

Black with #5576BE

Text Example


Text Example

White with #5576BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5576BE; }

 p { color: rgb(85,118,190); }

 H1.HeaderClassName
 {
   color: #5576BE;
 }
 .AnyTagClassName
 {
   color: #5576BE;
 }
</style>

background-color css

<style>
 a { background-color: #5576BE; }

 a { background-color: rgb(85,118,190); }

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

border-color css

<style>
 span { border-color: #5576BE; }

 span { border-color: rgb(85,118,190); }

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