#5575CB

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

Shades of Havelock Blue #5575CB

Tints of Havelock Blue #5575CB

Color information

#5575CB (or 0x5575CB) is unknown color: approx Havelock Blue. HEX triplet: 55, 75 and CB. RGB value is (85,117,203). Sum of RGB (Red+Green+Blue) = 85+117+203=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #5575CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5575CB is #AA8A34. Grayscale: #747474. Windows color (decimal): -11176501 or 13333845. OLE color: 13333845.

HSL color Cylindrical-coordinate representation of color #5575CB: hue angle of 223.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5575CB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85117203-
CMYK0.580.4200.20
HSL223.73º53.15%56.47%-
HSV(B)223.73º58.13%79.61%-
XYZ20.8918.9759.06-
YUV117.24176.4105.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=20.99%
G=28.89%
B=50.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851172030.580.4200.20223.7353.1556.47
Hex5575CB3A2A014e03538
Octal12516531372520243406570
Binary101010111101011100101111101010101001010011100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5575CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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