#5B7BB8

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

Shades of Havelock Blue #5B7BB8

Tints of Havelock Blue #5B7BB8

Color information

#5B7BB8 (or 0x5B7BB8) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7B and B8. RGB value is (91,123,184). Sum of RGB (Red+Green+Blue) = 91+123+184=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B7BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7BB8 is #A48447. Grayscale: #787878. Windows color (decimal): -10781768 or 12090203. OLE color: 12090203.

HSL color Cylindrical-coordinate representation of color #5B7BB8: hue angle of 219.35º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B7BB8 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB91123184-
CMYK0.510.3300.28
HSL219.35º39.57%53.92%-
HSV(B)219.35º50.54%72.16%-
XYZ20.0519.8548.12-
YUV120.39163.9107.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.86%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=22.86%
G=30.90%
B=46.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal911231840.510.3300.28219.3539.5753.92
Hex5B7BB8332101Cdb2836
Octal13317327063410343335066
Binary101101111110111011100011001110000101110011011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,123,184); }

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

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

 a { background-color: rgb(91,123,184); }

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

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

 span { border-color: rgb(91,123,184); }

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