#5B78BB

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

Shades of Havelock Blue #5B78BB

Tints of Havelock Blue #5B78BB

Color information

#5B78BB (or 0x5B78BB) is unknown color: approx Havelock Blue. HEX triplet: 5B, 78 and BB. RGB value is (91,120,187). Sum of RGB (Red+Green+Blue) = 91+120+187=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B78BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78BB is #A48744. Grayscale: #767676. Windows color (decimal): -10782533 or 12286043. OLE color: 12286043.

HSL color Cylindrical-coordinate representation of color #5B78BB: hue angle of 221.88º 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 #5B78BB is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91120187-
CMYK0.510.3600.27
HSL221.88º41.38%54.51%-
HSV(B)221.88º51.34%73.33%-
XYZ2019.2449.67-
YUV118.97166.39108.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.86%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=22.86%
G=30.15%
B=46.98%

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
Decimal911201870.510.3600.27221.8841.3854.51
Hex5B78BB332401Bde2937
Octal13317027363440333365167
Binary101101111110001011101111001110010001101111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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