#5B7EBA

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

Shades of Havelock Blue #5B7EBA

Tints of Havelock Blue #5B7EBA

Color information

#5B7EBA (or 0x5B7EBA) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7E and BA. RGB value is (91,126,186). Sum of RGB (Red+Green+Blue) = 91+126+186=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7EBA is #A48145. Grayscale: #7A7A7A. Windows color (decimal): -10780998 or 12222043. OLE color: 12222043.

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

Color convert

RGB91126186-
CMYK0.510.3200.27
HSL217.89º40.77%54.31%-
HSV(B)217.89º51.08%72.94%-
XYZ20.6420.6949.36-
YUV122.38163.9105.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=22.58%
G=31.27%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911261860.510.3200.27217.8940.7754.31
Hex5B7EBA332001Bda2936
Octal13317627263400333325166
Binary101101111111101011101011001110000001101111011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,126,186); }

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

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

 a { background-color: rgb(91,126,186); }

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

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

 span { border-color: rgb(91,126,186); }

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