Html Css Color HEX #5577BE Havelock Blue

📋 copy color: '#5577BE'

red 85 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #5577BE

Tints of Havelock Blue #5577BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

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

R = 21.57%
G = 30.2%
B = 48.22%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5577BE (or 0x5577BE) is known color: Havelock Blue. HEX triplet: 55, 77 and BE. RGB value is (85,119,190). Sum of RGB (Red+Green+Blue) = 85+119+190=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #5577BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577BE is #AA8841. Grayscale: #747474. Windows color (decimal): -11176002 or 12482389. OLE color: 12482389.

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

Color convert

RGB 85 119 190 -
CMYK 0.55 0.37 0 0.25
HSL 220.57º 0.45% 0.54% -
HSV(B) 220.57º 0.55% 0.75% -
XYZ 19.64 18.84 51.32 -
YUV 116.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 85 119 190 0.55 0.37 0 0.25 220.57 0.45 0.54
Hex 55 77 BE 37 25 0 19 DD 2D 36
Octal 125 167 276 67 45 0 31 335 55 66
Binary 1010101 1110111 10111110 110111 100101 0 11001 11011101 101101 110110

Color Harmonies of #5577BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577BE

Black with #5577BE

Text Example


Text Example

White with #5577BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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