#5B78BA

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

Shades of Havelock Blue #5B78BA

Tints of Havelock Blue #5B78BA

Color information

#5B78BA (or 0x5B78BA) is unknown color: approx Havelock Blue. HEX triplet: 5B, 78 and BA. RGB value is (91,120,186). Sum of RGB (Red+Green+Blue) = 91+120+186=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B78BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78BA is #A48745. Grayscale: #767676. Windows color (decimal): -10782534 or 12220507. OLE color: 12220507.

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

Color convert

RGB91120186-
CMYK0.510.3500.27
HSL221.68º40.77%54.31%-
HSV(B)221.68º51.08%72.94%-
XYZ19.8919.249.11-
YUV118.85165.89108.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=22.92%
G=30.23%
B=46.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911201860.510.3500.27221.6840.7754.31
Hex5B78BA332301Bde2936
Octal13317027263430333365166
Binary101101111110001011101011001110001101101111011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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