#5775BB

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

Shades of Havelock Blue #5775BB

Tints of Havelock Blue #5775BB

Color information

#5775BB (or 0x5775BB) is unknown color: approx Havelock Blue. HEX triplet: 57, 75 and BB. RGB value is (87,117,187). Sum of RGB (Red+Green+Blue) = 87+117+187=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #5775BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775BB is #A88A44. Grayscale: #737373. Windows color (decimal): -11045445 or 12285271. OLE color: 12285271.

HSL color Cylindrical-coordinate representation of color #5775BB: hue angle of 222º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5775BB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87117187-
CMYK0.530.3700.27
HSL222º42.37%53.73%-
HSV(B)222º53.48%73.33%-
XYZ19.2618.3449.54-
YUV116.01168.06107.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=22.25%
G=29.92%
B=47.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871171870.530.3700.2722242.3753.73
Hex5775BB352501Bde2a36
Octal12716527365450333365266
Binary101011111101011011101111010110010101101111011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5775BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5775BB; }

 p { color: rgb(87,117,187); }

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

<style>
 a { background-color: #5775BB; }

 a { background-color: rgb(87,117,187); }

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

<style>
 span { border-color: #5775BB; }

 span { border-color: rgb(87,117,187); }

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