Html Css Color HEX #5576BF Havelock Blue

📋 copy color: '#5576BF'

red 85 ◦ green 118 ◦ blue 191

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

Shades of Havelock Blue #5576BF

Tints of Havelock Blue #5576BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 21.57%
G = 29.95%
B = 48.48%

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

#5576BF (or 0x5576BF) is known color: Havelock Blue. HEX triplet: 55, 76 and BF. RGB value is (85,118,191). Sum of RGB (Red+Green+Blue) = 85+118+191=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5576BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576BF is #AA8940. Grayscale: #747474. Windows color (decimal): -11176257 or 12547669. OLE color: 12547669.

HSL color Cylindrical-coordinate representation of color #5576BF: hue angle of 221.32º 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 #5576BF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 118 191 -
CMYK 0.55 0.38 0 0.25
HSL 221.32º 0.45% 0.54% -
HSV(B) 221.32º 0.55% 0.75% -
XYZ 19.63 18.65 51.86 -
YUV 116.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 85 118 191 0.55 0.38 0 0.25 221.32 0.45 0.54
Hex 55 76 BF 37 26 0 19 DD 2D 36
Octal 125 166 277 67 46 0 31 335 55 66
Binary 1010101 1110110 10111111 110111 100110 0 11001 11011101 101101 110110

Color Harmonies of #5576BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576BF

Black with #5576BF

Text Example


Text Example

White with #5576BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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