Html Css Color HEX #537CAD Steel Blue

📋 copy color: '#537CAD'

red 83 ◦ green 124 ◦ blue 173

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

Shades of Steel Blue #537CAD

Tints of Steel Blue #537CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 21.84%
G = 32.63%
B = 45.53%

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

#537CAD (or 0x537CAD) is known color: Steel Blue. HEX triplet: 53, 7C and AD. RGB value is (83,124,173). Sum of RGB (Red+Green+Blue) = 83+124+173=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #537CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537CAD is #AC8352. Grayscale: #757575. Windows color (decimal): -11305811 or 11369555. OLE color: 11369555.

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

Color convert

RGB 83 124 173 -
CMYK 0.52 0.28 0 0.32
HSL 212.67º 0.35% 0.5% -
HSV(B) 212.67º 0.52% 0.68% -
XYZ 18.32 19.27 42.29 -
YUV 117.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 83 124 173 0.52 0.28 0 0.32 212.67 0.35 0.5
Hex 53 7C AD 34 1C 0 20 D5 23 32
Octal 123 174 255 64 34 0 40 325 43 62
Binary 1010011 1111100 10101101 110100 11100 0 100000 11010101 100011 110010

Color Harmonies of #537CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CAD

Black with #537CAD

Text Example


Text Example

White with #537CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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