Html Css Color HEX #537EAC Steel Blue

📋 copy color: '#537EAC'

red 83 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #537EAC

Tints of Steel Blue #537EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

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

R = 21.78%
G = 33.07%
B = 45.14%

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

#537EAC (or 0x537EAC) is known color: Steel Blue. HEX triplet: 53, 7E and AC. RGB value is (83,126,172). Sum of RGB (Red+Green+Blue) = 83+126+172=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #537EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EAC is #AC8153. Grayscale: #767676. Windows color (decimal): -11305300 or 11304531. OLE color: 11304531.

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

Color convert

RGB 83 126 172 -
CMYK 0.52 0.27 0 0.33
HSL 211.01º 0.35% 0.5% -
HSV(B) 211.01º 0.52% 0.67% -
XYZ 18.47 19.74 41.87 -
YUV 118.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 83 126 172 0.52 0.27 0 0.33 211.01 0.35 0.5
Hex 53 7E AC 34 1B 0 21 D3 23 32
Octal 123 176 254 64 33 0 41 323 43 62
Binary 1010011 1111110 10101100 110100 11011 0 100001 11010011 100011 110010

Color Harmonies of #537EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EAC

Black with #537EAC

Text Example


Text Example

White with #537EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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