#537EAB

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

Shades of Steel Blue #537EAB

Tints of Steel Blue #537EAB

Color information

#537EAB (or 0x537EAB) is unknown color: approx Steel Blue. HEX triplet: 53, 7E and AB. RGB value is (83,126,171). Sum of RGB (Red+Green+Blue) = 83+126+171=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #537EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EAB is #AC8154. Grayscale: #767676. Windows color (decimal): -11305301 or 11238995. OLE color: 11238995.

HSL color Cylindrical-coordinate representation of color #537EAB: hue angle of 210.68º 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 #537EAB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83126171-
CMYK0.510.2600.33
HSL210.68º34.65%49.8%-
HSV(B)210.68º51.46%67.06%-
XYZ18.3819.741.36-
YUV118.27157.75102.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 171 (67.19% from 255) = 45%
R=21.84%
G=33.16%
B=45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831261710.510.2600.33210.6834.6549.8
Hex537EAB331A021d32332
Octal12317625363320413234362
Binary101001111111101010101111001111010010000111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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