Html Css Color HEX #537CAA Steel Blue

📋 copy color: '#537CAA'

red 83 ◦ green 124 ◦ blue 170

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

Shades of Steel Blue #537CAA

Tints of Steel Blue #537CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 22.02%
G = 32.89%
B = 45.09%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537CAA (or 0x537CAA) is known color: Steel Blue. HEX triplet: 53, 7C and AA. RGB value is (83,124,170). Sum of RGB (Red+Green+Blue) = 83+124+170=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #537CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537CAA is #AC8355. Grayscale: #747474. Windows color (decimal): -11305814 or 11172947. OLE color: 11172947.

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

Color convert

RGB 83 124 170 -
CMYK 0.51 0.27 0 0.33
HSL 211.72º 0.34% 0.5% -
HSV(B) 211.72º 0.51% 0.67% -
XYZ 18.03 19.16 40.78 -
YUV 116.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 83 124 170 0.51 0.27 0 0.33 211.72 0.34 0.5
Hex 53 7C AA 33 1B 0 21 D4 22 32
Octal 123 174 252 63 33 0 41 324 42 62
Binary 1010011 1111100 10101010 110011 11011 0 100001 11010100 100010 110010

Color Harmonies of #537CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CAA

Black with #537CAA

Text Example


Text Example

White with #537CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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