Html Css Color HEX #537DAC Steel Blue

📋 copy color: '#537DAC'

red 83 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #537DAC

Tints of Steel Blue #537DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 21.84%
G = 32.89%
B = 45.26%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537DAC (or 0x537DAC) is known color: Steel Blue. HEX triplet: 53, 7D and AC. RGB value is (83,125,172). Sum of RGB (Red+Green+Blue) = 83+125+172=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #537DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAC is #AC8253. Grayscale: #757575. Windows color (decimal): -11305556 or 11304275. OLE color: 11304275.

HSL color Cylindrical-coordinate representation of color #537DAC: hue angle of 211.69º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #537DAC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 125 172 -
CMYK 0.52 0.27 0 0.33
HSL 211.69º 0.35% 0.5% -
HSV(B) 211.69º 0.52% 0.67% -
XYZ 18.35 19.48 41.82 -
YUV 117.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 83 125 172 0.52 0.27 0 0.33 211.69 0.35 0.5
Hex 53 7D AC 34 1B 0 21 D4 23 32
Octal 123 175 254 64 33 0 41 324 43 62
Binary 1010011 1111101 10101100 110100 11011 0 100001 11010100 100011 110010

Color Harmonies of #537DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DAC

Black with #537DAC

Text Example


Text Example

White with #537DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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