#5B77BB

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

Shades of Havelock Blue #5B77BB

Tints of Havelock Blue #5B77BB

Color information

#5B77BB (or 0x5B77BB) is unknown color: approx Havelock Blue. HEX triplet: 5B, 77 and BB. RGB value is (91,119,187). Sum of RGB (Red+Green+Blue) = 91+119+187=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B77BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B77BB is #A48844. Grayscale: #767676. Windows color (decimal): -10782789 or 12285787. OLE color: 12285787.

HSL color Cylindrical-coordinate representation of color #5B77BB: hue angle of 222.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B77BB is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91119187-
CMYK0.510.3600.27
HSL222.5º41.38%54.51%-
HSV(B)222.5º51.34%73.33%-
XYZ19.8819.0149.63-
YUV118.38166.72108.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=22.92%
G=29.97%
B=47.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911191870.510.3600.27222.541.3854.51
Hex5B77BB332401Bde2937
Octal13316727363440333365167
Binary101101111101111011101111001110010001101111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B77BB; }

 p { color: rgb(91,119,187); }

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

<style>
 a { background-color: #5B77BB; }

 a { background-color: rgb(91,119,187); }

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

<style>
 span { border-color: #5B77BB; }

 span { border-color: rgb(91,119,187); }

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