Html Css Color HEX #537AB1 Steel Blue

📋 copy color: '#537AB1'

red 83 ◦ green 122 ◦ blue 177

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

Shades of Steel Blue #537AB1

Tints of Steel Blue #537AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 21.73%
G = 31.94%
B = 46.34%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#537AB1 (or 0x537AB1) is known color: Steel Blue. HEX triplet: 53, 7A and B1. RGB value is (83,122,177). Sum of RGB (Red+Green+Blue) = 83+122+177=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #537AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AB1 is #AC854E. Grayscale: #747474. Windows color (decimal): -11306319 or 11631187. OLE color: 11631187.

HSL color Cylindrical-coordinate representation of color #537AB1: hue angle of 215.11º degrees, saturation: 0.38, 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 #537AB1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 122 177 -
CMYK 0.53 0.31 0 0.31
HSL 215.11º 0.38% 0.51% -
HSV(B) 215.11º 0.53% 0.69% -
XYZ 18.46 18.93 44.28 -
YUV 116.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 83 122 177 0.53 0.31 0 0.31 215.11 0.38 0.51
Hex 53 7A B1 35 1F 0 1F D7 26 33
Octal 123 172 261 65 37 0 37 327 46 63
Binary 1010011 1111010 10110001 110101 11111 0 11111 11010111 100110 110011

Color Harmonies of #537AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AB1

Black with #537AB1

Text Example


Text Example

White with #537AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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