Html Css Color HEX #537BAE Steel Blue

📋 copy color: '#537BAE'

red 83 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #537BAE

Tints of Steel Blue #537BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 21.84%
G = 32.37%
B = 45.79%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#537BAE (or 0x537BAE) is known color: Steel Blue. HEX triplet: 53, 7B and AE. RGB value is (83,123,174). Sum of RGB (Red+Green+Blue) = 83+123+174=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #537BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BAE is #AC8451. Grayscale: #747474. Windows color (decimal): -11306066 or 11434835. OLE color: 11434835.

HSL color Cylindrical-coordinate representation of color #537BAE: hue angle of 213.63º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #537BAE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 123 174 -
CMYK 0.52 0.29 0 0.32
HSL 213.63º 0.36% 0.5% -
HSV(B) 213.63º 0.52% 0.68% -
XYZ 18.29 19.06 42.76 -
YUV 116.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 83 123 174 0.52 0.29 0 0.32 213.63 0.36 0.5
Hex 53 7B AE 34 1D 0 20 D6 24 32
Octal 123 173 256 64 35 0 40 326 44 62
Binary 1010011 1111011 10101110 110100 11101 0 100000 11010110 100100 110010

Color Harmonies of #537BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BAE

Black with #537BAE

Text Example


Text Example

White with #537BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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