#537FAF

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

Shades of Steel Blue #537FAF

Tints of Steel Blue #537FAF

Color information

#537FAF (or 0x537FAF) is unknown color: approx Steel Blue. HEX triplet: 53, 7F and AF. RGB value is (83,127,175). Sum of RGB (Red+Green+Blue) = 83+127+175=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #537FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAF is #AC8050. Grayscale: #777777. Windows color (decimal): -11305041 or 11501395. OLE color: 11501395.

HSL color Cylindrical-coordinate representation of color #537FAF: hue angle of 211.3º 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 #537FAF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83127175-
CMYK0.530.2700.31
HSL211.3º36.51%50.59%-
HSV(B)211.3º52.57%68.63%-
XYZ18.8920.1143.44-
YUV119.32159.42102.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=21.56%
G=32.99%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831271750.530.2700.31211.336.5150.59
Hex537FAF351B01Fd32533
Octal12317725765330373234563
Binary10100111111111101011111101011101101111111010011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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