#5576BE

Color #5576BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5576BE

Tints of Havelock Blue #5576BE

Color information

#5576BE (or 0x5576BE) is unknown color: approx 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

RGB85118190-
CMYK0.550.3800.25
HSL221.14º44.68%53.92%-
HSV(B)221.14º55.26%74.51%-
XYZ19.5218.6151.28-
YUV116.34169.57105.65-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851181900.550.3800.25221.1444.6853.92
Hex5576BE3726019dd2d36
Octal12516627667460313355566
Binary101010111101101011111011011110011001100111011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5576BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>