#5379BE

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

Shades of Havelock Blue #5379BE

Tints of Havelock Blue #5379BE

Color information

#5379BE (or 0x5379BE) is unknown color: approx Havelock Blue. HEX triplet: 53, 79 and BE. RGB value is (83,121,190). Sum of RGB (Red+Green+Blue) = 83+121+190=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #5379BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379BE is #AC8641. Grayscale: #757575. Windows color (decimal): -11306562 or 12482899. OLE color: 12482899.

HSL color Cylindrical-coordinate representation of color #5379BE: hue angle of 218.69º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5379BE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83121190-
CMYK0.560.3600.25
HSL218.69º45.15%53.53%-
HSV(B)218.69º56.32%74.51%-
XYZ19.719.2351.39-
YUV117.5168.91103.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=21.07%
G=30.71%
B=48.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831211900.560.3600.25218.6945.1553.53
Hex5379BE3824019db2d36
Octal12317127670440313335566
Binary101001111110011011111011100010010001100111011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5379BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5379BE; }

 p { color: rgb(83,121,190); }

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

<style>
 a { background-color: #5379BE; }

 a { background-color: rgb(83,121,190); }

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

<style>
 span { border-color: #5379BE; }

 span { border-color: rgb(83,121,190); }

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