#537FAE

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

Shades of Steel Blue #537FAE

Tints of Steel Blue #537FAE

Color information

#537FAE (or 0x537FAE) is unknown color: approx Steel Blue. HEX triplet: 53, 7F and AE. RGB value is (83,127,174). Sum of RGB (Red+Green+Blue) = 83+127+174=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #537FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAE is #AC8051. Grayscale: #767676. Windows color (decimal): -11305042 or 11435859. OLE color: 11435859.

HSL color Cylindrical-coordinate representation of color #537FAE: hue angle of 210.99º degrees, saturation: 0.36, 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 #537FAE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83127174-
CMYK0.520.2700.32
HSL210.99º35.97%50.39%-
HSV(B)210.99º52.3%68.24%-
XYZ18.820.0742.93-
YUV119.2158.92102.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=21.61%
G=33.07%
B=45.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831271740.520.2700.32210.9935.9750.39
Hex537FAE341B020d32432
Octal12317725664330403234462
Binary101001111111111010111011010011011010000011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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