#5B78D1

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

Shades of Havelock Blue #5B78D1

Tints of Havelock Blue #5B78D1

Color information

#5B78D1 (or 0x5B78D1) is unknown color: approx Havelock Blue. HEX triplet: 5B, 78 and D1. RGB value is (91,120,209). Sum of RGB (Red+Green+Blue) = 91+120+209=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B78D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78D1 is #A4872E. Grayscale: #797979. Windows color (decimal): -10782511 or 13727835. OLE color: 13727835.

HSL color Cylindrical-coordinate representation of color #5B78D1: hue angle of 225.25º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B78D1 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91120209-
CMYK0.560.4300.18
HSL225.25º56.19%58.82%-
HSV(B)225.25º56.46%81.96%-
XYZ22.5420.2663.04-
YUV121.48177.39106.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=21.67%
G=28.57%
B=49.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911202090.560.4300.18225.2556.1958.82
Hex5B78D1382B012e1383b
Octal13317032170530223417073
Binary101101111110001101000111100010101101001011100001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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