Html Css Color HEX #537BAB Steel Blue

📋 copy color: '#537BAB'

red 83 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #537BAB

Tints of Steel Blue #537BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 22.02%
G = 32.63%
B = 45.36%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537BAB (or 0x537BAB) is known color: Steel Blue. HEX triplet: 53, 7B and AB. RGB value is (83,123,171). Sum of RGB (Red+Green+Blue) = 83+123+171=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #537BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BAB is #AC8454. Grayscale: #747474. Windows color (decimal): -11306069 or 11238227. OLE color: 11238227.

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

Color convert

RGB 83 123 171 -
CMYK 0.51 0.28 0 0.33
HSL 212.73º 0.35% 0.5% -
HSV(B) 212.73º 0.51% 0.67% -
XYZ 18 18.95 41.24 -
YUV 116.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 83 123 171 0.51 0.28 0 0.33 212.73 0.35 0.5
Hex 53 7B AB 33 1C 0 21 D5 23 32
Octal 123 173 253 63 34 0 41 325 43 62
Binary 1010011 1111011 10101011 110011 11100 0 100001 11010101 100011 110010

Color Harmonies of #537BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BAB

Black with #537BAB

Text Example


Text Example

White with #537BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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