Html Css Color HEX #537FAF Steel Blue

📋 copy color: '#537FAF'

red 83 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #537FAF

Tints of Steel Blue #537FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 21.56%
G = 32.99%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#537FAF (or 0x537FAF) is known color: Steel Blue. HEX triplet: 53, 7F and AF. RGB value is (83,127,175). Sum of RGB (Red+Green+Blue) = 83+127+175=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #537FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAF is #AC8050. Grayscale: #777777. Windows color (decimal): -11305041 or 11501395. OLE color: 11501395.

HSL color Cylindrical-coordinate representation of color #537FAF: hue angle of 211.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537FAF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 127 175 -
CMYK 0.53 0.27 0 0.31
HSL 211.3º 0.37% 0.51% -
HSV(B) 211.3º 0.53% 0.69% -
XYZ 18.89 20.11 43.44 -
YUV 119.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 83 127 175 0.53 0.27 0 0.31 211.3 0.37 0.51
Hex 53 7F AF 35 1B 0 1F D3 25 33
Octal 123 177 257 65 33 0 37 323 45 63
Binary 1010011 1111111 10101111 110101 11011 0 11111 11010011 100101 110011

Color Harmonies of #537FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FAF

Black with #537FAF

Text Example


Text Example

White with #537FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,175); }

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

background-color css

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

 a { background-color: rgb(83,127,175); }

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

border-color css

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

 span { border-color: rgb(83,127,175); }

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