#537DBD

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

Shades of Havelock Blue #537DBD

Tints of Havelock Blue #537DBD

Color information

#537DBD (or 0x537DBD) is unknown color: approx Havelock Blue. HEX triplet: 53, 7D and BD. RGB value is (83,125,189). Sum of RGB (Red+Green+Blue) = 83+125+189=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #537DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DBD is #AC8242. Grayscale: #777777. Windows color (decimal): -11305539 or 12418387. OLE color: 12418387.

HSL color Cylindrical-coordinate representation of color #537DBD: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537DBD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83125189-
CMYK0.560.3400.26
HSL216.23º44.54%53.33%-
HSV(B)216.23º56.08%74.12%-
XYZ20.0920.1850.98-
YUV119.74167.09101.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=20.91%
G=31.49%
B=47.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831251890.560.3400.26216.2344.5453.33
Hex537DBD382201Ad82d35
Octal12317527570420323305565
Binary101001111111011011110111100010001001101011011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537DBD; }

 p { color: rgb(83,125,189); }

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

<style>
 a { background-color: #537DBD; }

 a { background-color: rgb(83,125,189); }

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

<style>
 span { border-color: #537DBD; }

 span { border-color: rgb(83,125,189); }

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