#5378B3

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

Shades of Havelock Blue #5378B3

Tints of Havelock Blue #5378B3

Color information

#5378B3 (or 0x5378B3) is unknown color: approx Havelock Blue. HEX triplet: 53, 78 and B3. RGB value is (83,120,179). Sum of RGB (Red+Green+Blue) = 83+120+179=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #5378B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378B3 is #AC874C. Grayscale: #737373. Windows color (decimal): -11306829 or 11761747. OLE color: 11761747.

HSL color Cylindrical-coordinate representation of color #5378B3: hue angle of 216.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5378B3 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83120179-
CMYK0.540.3300.30
HSL216.88º38.71%51.37%-
HSV(B)216.88º53.63%70.2%-
XYZ18.4218.5345.25-
YUV115.66163.74104.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=21.73%
G=31.41%
B=46.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831201790.540.3300.30216.8838.7151.37
Hex5378B3362101Ed92733
Octal12317026366410363314763
Binary101001111110001011001111011010000101111011011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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