#537DAF

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

Shades of Steel Blue #537DAF

Tints of Steel Blue #537DAF

Color information

#537DAF (or 0x537DAF) is unknown color: approx Steel Blue. HEX triplet: 53, 7D and AF. RGB value is (83,125,175). Sum of RGB (Red+Green+Blue) = 83+125+175=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #537DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAF is #AC8250. Grayscale: #757575. Windows color (decimal): -11305553 or 11500883. OLE color: 11500883.

HSL color Cylindrical-coordinate representation of color #537DAF: hue angle of 212.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537DAF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83125175-
CMYK0.530.2900.31
HSL212.61º36.51%50.59%-
HSV(B)212.61º52.57%68.63%-
XYZ18.6419.643.36-
YUV118.14160.09102.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=21.67%
G=32.64%
B=45.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831251750.530.2900.31212.6136.5150.59
Hex537DAF351D01Fd52533
Octal12317525765350373254563
Binary10100111111101101011111101011110101111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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