#5B78B0

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

Shades of Havelock Blue #5B78B0

Tints of Havelock Blue #5B78B0

Color information

#5B78B0 (or 0x5B78B0) is unknown color: approx Havelock Blue. HEX triplet: 5B, 78 and B0. RGB value is (91,120,176). Sum of RGB (Red+Green+Blue) = 91+120+176=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #5B78B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B78B0 is #A4874F. Grayscale: #757575. Windows color (decimal): -10782544 or 11565147. OLE color: 11565147.

HSL color Cylindrical-coordinate representation of color #5B78B0: hue angle of 219.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B78B0 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91120176-
CMYK0.480.3200.31
HSL219.53º34.98%52.35%-
HSV(B)219.53º48.3%69.02%-
XYZ18.8718.7943.71-
YUV117.71160.89108.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=23.51%
G=31.01%
B=45.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911201760.480.3200.31219.5334.9852.35
Hex5B78B0302001Fdc2334
Octal13317026060400373344364
Binary101101111110001011000011000010000001111111011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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