#5575B1

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

Shades of Havelock Blue #5575B1

Tints of Havelock Blue #5575B1

Color information

#5575B1 (or 0x5575B1) is unknown color: approx Havelock Blue. HEX triplet: 55, 75 and B1. RGB value is (85,117,177). Sum of RGB (Red+Green+Blue) = 85+117+177=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #5575B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5575B1 is #AA8A4E. Grayscale: #727272. Windows color (decimal): -11176527 or 11629909. OLE color: 11629909.

HSL color Cylindrical-coordinate representation of color #5575B1: hue angle of 219.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5575B1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85117177-
CMYK0.520.3400.31
HSL219.13º37.1%51.37%-
HSV(B)219.13º51.98%69.41%-
XYZ18.0417.8344.09-
YUV114.27163.4107.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=22.43%
G=30.87%
B=46.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851171770.520.3400.31219.1337.151.37
Hex5575B1342201Fdb2533
Octal12516526164420373334563
Binary101010111101011011000111010010001001111111011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5575B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5575B1; }

 p { color: rgb(85,117,177); }

 H1.HeaderClassName
 {
   color: #5575B1;
 }
 .AnyTagClassName
 {
   color: #5575B1;
 }
</style>
background-color css

<style>
 a { background-color: #5575B1; }

 a { background-color: rgb(85,117,177); }

 div.DivClassName
 {
   background-color: #5575B1;
 }
 .BgClassName
 {
   background-color: #5575B1;
 }
</style>
border-color css

<style>
 span { border-color: #5575B1; }

 span { border-color: rgb(85,117,177); }

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