#5B78BF

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

Shades of Havelock Blue #5B78BF

Tints of Havelock Blue #5B78BF

Color information

#5B78BF (or 0x5B78BF) is unknown color: approx Havelock Blue. HEX triplet: 5B, 78 and BF. RGB value is (91,120,191). Sum of RGB (Red+Green+Blue) = 91+120+191=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B78BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78BF is #A48740. Grayscale: #777777. Windows color (decimal): -10782529 or 12548187. OLE color: 12548187.

HSL color Cylindrical-coordinate representation of color #5B78BF: hue angle of 222.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B78BF is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91120191-
CMYK0.520.3700.25
HSL222.6º43.86%55.29%-
HSV(B)222.6º52.36%74.9%-
XYZ20.4319.4251.96-
YUV119.42168.39107.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.64%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 191 (75% from 255) = 47.51%
R=22.64%
G=29.85%
B=47.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911201910.520.3700.25222.643.8655.29
Hex5B78BF3425019df2c37
Octal13317027764450313375467
Binary101101111110001011111111010010010101100111011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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