#5373B7

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

Shades of Havelock Blue #5373B7

Tints of Havelock Blue #5373B7

Color information

#5373B7 (or 0x5373B7) is unknown color: approx Havelock Blue. HEX triplet: 53, 73 and B7. RGB value is (83,115,183). Sum of RGB (Red+Green+Blue) = 83+115+183=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #5373B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373B7 is #AC8C48. Grayscale: #707070. Windows color (decimal): -11308105 or 12022611. OLE color: 12022611.

HSL color Cylindrical-coordinate representation of color #5373B7: hue angle of 220.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5373B7 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB83115183-
CMYK0.550.3700.28
HSL220.8º40.98%52.16%-
HSV(B)220.8º54.64%71.76%-
XYZ18.2517.5247.22-
YUV113.18167.4106.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=21.78%
G=30.18%
B=48.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831151830.550.3700.28220.840.9852.16
Hex5373B7372501Cdd2934
Octal12316326767450343355164
Binary101001111100111011011111011110010101110011011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5373B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5373B7; }

 p { color: rgb(83,115,183); }

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

<style>
 a { background-color: #5373B7; }

 a { background-color: rgb(83,115,183); }

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

<style>
 span { border-color: #5373B7; }

 span { border-color: rgb(83,115,183); }

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