#537DB2

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

Shades of Steel Blue #537DB2

Tints of Steel Blue #537DB2

Color information

#537DB2 (or 0x537DB2) is unknown color: approx Steel Blue. HEX triplet: 53, 7D and B2. RGB value is (83,125,178). Sum of RGB (Red+Green+Blue) = 83+125+178=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #537DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DB2 is #AC824D. Grayscale: #767676. Windows color (decimal): -11305550 or 11697491. OLE color: 11697491.

HSL color Cylindrical-coordinate representation of color #537DB2: hue angle of 213.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537DB2 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83125178-
CMYK0.530.3000.30
HSL213.47º38.15%51.18%-
HSV(B)213.47º53.37%69.8%-
XYZ18.9419.7244.93-
YUV118.48161.59102.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=21.50%
G=32.38%
B=46.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831251780.530.3000.30213.4738.1551.18
Hex537DB2351E01Ed52633
Octal12317526265360363254663
Binary10100111111101101100101101011111001111011010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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