Html Css Color HEX #537DAE Steel Blue

📋 copy color: '#537DAE'

red 83 ◦ green 125 ◦ blue 174

#537DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #537DAE

Tints of Steel Blue #537DAE

RGB

 RED value IS 83 (32.81% from 255) = 21.73%

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 21.73%
G = 32.72%
B = 45.55%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#537DAE (or 0x537DAE) is known color: Steel Blue. HEX triplet: 53, 7D and AE. RGB value is (83,125,174). Sum of RGB (Red+Green+Blue) = 83+125+174=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #537DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAE is #AC8251. Grayscale: #757575. Windows color (decimal): -11305554 or 11435347. OLE color: 11435347.

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

Color convert

RGB 83 125 174 -
CMYK 0.52 0.28 0 0.32
HSL 212.31º 0.36% 0.5% -
HSV(B) 212.31º 0.52% 0.68% -
XYZ 18.54 19.56 42.84 -
YUV 118.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 83 125 174 0.52 0.28 0 0.32 212.31 0.36 0.5
Hex 53 7D AE 34 1C 0 20 D4 24 32
Octal 123 175 256 64 34 0 40 324 44 62
Binary 1010011 1111101 10101110 110100 11100 0 100000 11010100 100100 110010

Color Harmonies of #537DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DAE

Black with #537DAE

Text Example


Text Example

White with #537DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #537DAE;
 }
 .AnyTagClassName
 {
   color: #537DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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