Html Css Color HEX #537DAA Steel Blue

📋 copy color: '#537DAA'

red 83 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #537DAA

Tints of Steel Blue #537DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 21.96%
G = 33.07%
B = 44.97%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537DAA (or 0x537DAA) is known color: Steel Blue. HEX triplet: 53, 7D and AA. RGB value is (83,125,170). Sum of RGB (Red+Green+Blue) = 83+125+170=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #537DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAA is #AC8255. Grayscale: #757575. Windows color (decimal): -11305558 or 11173203. OLE color: 11173203.

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

Color convert

RGB 83 125 170 -
CMYK 0.51 0.26 0 0.33
HSL 211.03º 0.34% 0.5% -
HSV(B) 211.03º 0.51% 0.67% -
XYZ 18.16 19.41 40.82 -
YUV 117.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 83 125 170 0.51 0.26 0 0.33 211.03 0.34 0.5
Hex 53 7D AA 33 1A 0 21 D3 22 32
Octal 123 175 252 63 32 0 41 323 42 62
Binary 1010011 1111101 10101010 110011 11010 0 100001 11010011 100010 110010

Color Harmonies of #537DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DAA

Black with #537DAA

Text Example


Text Example

White with #537DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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