#537EAD

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

Shades of Steel Blue #537EAD

Tints of Steel Blue #537EAD

Color information

#537EAD (or 0x537EAD) is unknown color: approx Steel Blue. HEX triplet: 53, 7E and AD. RGB value is (83,126,173). Sum of RGB (Red+Green+Blue) = 83+126+173=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #537EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EAD is #AC8152. Grayscale: #767676. Windows color (decimal): -11305299 or 11370067. OLE color: 11370067.

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

Color convert

RGB83126173-
CMYK0.520.2700.32
HSL211.33º35.43%50.2%-
HSV(B)211.33º52.02%67.84%-
XYZ18.5719.7842.37-
YUV118.5158.75102.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=21.73%
G=32.98%
B=45.29%

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
Decimal831261730.520.2700.32211.3335.4350.2
Hex537EAD341B020d32332
Octal12317625564330403234362
Binary101001111111101010110111010011011010000011010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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