#537DAB

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

Shades of Steel Blue #537DAB

Tints of Steel Blue #537DAB

Color information

#537DAB (or 0x537DAB) is unknown color: approx Steel Blue. HEX triplet: 53, 7D and AB. RGB value is (83,125,171). Sum of RGB (Red+Green+Blue) = 83+125+171=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #537DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAB is #AC8254. Grayscale: #757575. Windows color (decimal): -11305557 or 11238739. OLE color: 11238739.

HSL color Cylindrical-coordinate representation of color #537DAB: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #537DAB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83125171-
CMYK0.510.2700.33
HSL211.36º34.65%49.8%-
HSV(B)211.36º51.46%67.06%-
XYZ18.2519.4541.32-
YUV117.69158.09103.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=21.90%
G=32.98%
B=45.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831251710.510.2700.33211.3634.6549.8
Hex537DAB331B021d32332
Octal12317525363330413234362
Binary101001111111011010101111001111011010000111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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