#537DAD

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

Shades of Steel Blue #537DAD

Tints of Steel Blue #537DAD

Color information

#537DAD (or 0x537DAD) is unknown color: approx Steel Blue. HEX triplet: 53, 7D and AD. RGB value is (83,125,173). Sum of RGB (Red+Green+Blue) = 83+125+173=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #537DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAD is #AC8252. Grayscale: #757575. Windows color (decimal): -11305555 or 11369811. OLE color: 11369811.

HSL color Cylindrical-coordinate representation of color #537DAD: hue angle of 212º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #537DAD is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83125173-
CMYK0.520.2800.32
HSL212º35.43%50.2%-
HSV(B)212º52.02%67.84%-
XYZ18.4419.5242.33-
YUV117.91159.09103.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=21.78%
G=32.81%
B=45.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831251730.520.2800.3221235.4350.2
Hex537DAD341C020d42332
Octal12317525564340403244362
Binary101001111111011010110111010011100010000011010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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