Html Css Color HEX #537AAB Steel Blue

📋 copy color: '#537AAB'

red 83 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #537AAB

Tints of Steel Blue #537AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 22.07%
G = 32.45%
B = 45.48%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537AAB (or 0x537AAB) is known color: Steel Blue. HEX triplet: 53, 7A and AB. RGB value is (83,122,171). Sum of RGB (Red+Green+Blue) = 83+122+171=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #537AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AAB is #AC8554. Grayscale: #737373. Windows color (decimal): -11306325 or 11237971. OLE color: 11237971.

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

Color convert

RGB 83 122 171 -
CMYK 0.51 0.29 0 0.33
HSL 213.41º 0.35% 0.5% -
HSV(B) 213.41º 0.51% 0.67% -
XYZ 17.88 18.7 41.19 -
YUV 115.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 83 122 171 0.51 0.29 0 0.33 213.41 0.35 0.5
Hex 53 7A AB 33 1D 0 21 D5 23 32
Octal 123 172 253 63 35 0 41 325 43 62
Binary 1010011 1111010 10101011 110011 11101 0 100001 11010101 100011 110010

Color Harmonies of #537AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AAB

Black with #537AAB

Text Example


Text Example

White with #537AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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