#5371BF

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

Shades of Havelock Blue #5371BF

Tints of Havelock Blue #5371BF

Color information

#5371BF (or 0x5371BF) is unknown color: approx Havelock Blue. HEX triplet: 53, 71 and BF. RGB value is (83,113,191). Sum of RGB (Red+Green+Blue) = 83+113+191=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #5371BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371BF is #AC8E40. Grayscale: #707070. Windows color (decimal): -11308609 or 12546387. OLE color: 12546387.

HSL color Cylindrical-coordinate representation of color #5371BF: hue angle of 223.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5371BF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83113191-
CMYK0.570.4100.25
HSL223.33º45.76%53.73%-
HSV(B)223.33º56.54%74.9%-
XYZ18.8817.4151.66-
YUV112.92172.06106.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 49.35%
R=21.45%
G=29.20%
B=49.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831131910.570.4100.25223.3345.7653.73
Hex5371BF3929019df2e36
Octal12316127771510313375666
Binary101001111100011011111111100110100101100111011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5371BF; }

 p { color: rgb(83,113,191); }

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

<style>
 a { background-color: #5371BF; }

 a { background-color: rgb(83,113,191); }

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

<style>
 span { border-color: #5371BF; }

 span { border-color: rgb(83,113,191); }

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