Html Css Color HEX #5576BD Havelock Blue

📋 copy color: '#5576BD'

red 85 ◦ green 118 ◦ blue 189

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

Shades of Havelock Blue #5576BD

Tints of Havelock Blue #5576BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 21.68%
G = 30.1%
B = 48.21%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5576BD (or 0x5576BD) is known color: Havelock Blue. HEX triplet: 55, 76 and BD. RGB value is (85,118,189). Sum of RGB (Red+Green+Blue) = 85+118+189=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5576BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576BD is #AA8942. Grayscale: #737373. Windows color (decimal): -11176259 or 12416597. OLE color: 12416597.

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

Color convert

RGB 85 118 189 -
CMYK 0.55 0.38 0 0.26
HSL 220.96º 0.44% 0.54% -
HSV(B) 220.96º 0.55% 0.74% -
XYZ 19.41 18.56 50.7 -
YUV 116.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 85 118 189 0.55 0.38 0 0.26 220.96 0.44 0.54
Hex 55 76 BD 37 26 0 1A DD 2C 36
Octal 125 166 275 67 46 0 32 335 54 66
Binary 1010101 1110110 10111101 110111 100110 0 11010 11011101 101100 110110

Color Harmonies of #5576BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576BD

Black with #5576BD

Text Example


Text Example

White with #5576BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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