#5A78D1

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

Shades of Havelock Blue #5A78D1

Tints of Havelock Blue #5A78D1

Color information

#5A78D1 (or 0x5A78D1) is unknown color: approx Havelock Blue. HEX triplet: 5A, 78 and D1. RGB value is (90,120,209). Sum of RGB (Red+Green+Blue) = 90+120+209=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A78D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78D1 is #A5872E. Grayscale: #787878. Windows color (decimal): -10848047 or 13727834. OLE color: 13727834.

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

Color convert

RGB90120209-
CMYK0.570.4300.18
HSL224.87º56.4%58.63%-
HSV(B)224.87º56.94%81.96%-
XYZ22.4420.2163.04-
YUV121.18177.56105.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.48%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=21.48%
G=28.64%
B=49.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901202090.570.4300.18224.8756.458.63
Hex5A78D1392B012e1383b
Octal13217032171530223417073
Binary101101011110001101000111100110101101001011100001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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