#5378D1

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

Shades of Havelock Blue #5378D1

Tints of Havelock Blue #5378D1

Color information

#5378D1 (or 0x5378D1) is unknown color: approx Havelock Blue. HEX triplet: 53, 78 and D1. RGB value is (83,120,209). Sum of RGB (Red+Green+Blue) = 83+120+209=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #5378D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378D1 is #AC872E. Grayscale: #767676. Windows color (decimal): -11306799 or 13727827. OLE color: 13727827.

HSL color Cylindrical-coordinate representation of color #5378D1: hue angle of 222.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5378D1 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83120209-
CMYK0.600.4300.18
HSL222.38º57.8%57.25%-
HSV(B)222.38º60.29%81.96%-
XYZ21.7919.8863.01-
YUV119.08178.74102.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 209 (82.03% from 255) = 50.73%
R=20.15%
G=29.13%
B=50.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831202090.600.4300.18222.3857.857.25
Hex5378D13C2B012de3a39
Octal12317032174530223367271
Binary101001111110001101000111110010101101001011011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5378D1; }

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

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

<style>
 a { background-color: #5378D1; }

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

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

<style>
 span { border-color: #5378D1; }

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

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