Html Css Color HEX #537AAC Steel Blue

📋 copy color: '#537AAC'

red 83 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #537AAC

Tints of Steel Blue #537AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 22.02%
G = 32.36%
B = 45.62%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537AAC (or 0x537AAC) is known color: Steel Blue. HEX triplet: 53, 7A and AC. RGB value is (83,122,172). Sum of RGB (Red+Green+Blue) = 83+122+172=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #537AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AAC is #AC8553. Grayscale: #737373. Windows color (decimal): -11306324 or 11303507. OLE color: 11303507.

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

Color convert

RGB 83 122 172 -
CMYK 0.52 0.29 0 0.33
HSL 213.71º 0.35% 0.5% -
HSV(B) 213.71º 0.52% 0.67% -
XYZ 17.97 18.74 41.7 -
YUV 116.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 83 122 172 0.52 0.29 0 0.33 213.71 0.35 0.5
Hex 53 7A AC 34 1D 0 21 D6 23 32
Octal 123 172 254 64 35 0 41 326 43 62
Binary 1010011 1111010 10101100 110100 11101 0 100001 11010110 100011 110010

Color Harmonies of #537AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AAC

Black with #537AAC

Text Example


Text Example

White with #537AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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