Html Css Color HEX #537DAB Steel Blue

📋 copy color: '#537DAB'

red 83 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #537DAB

Tints of Steel Blue #537DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 21.9%
G = 32.98%
B = 45.12%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#537DAB (or 0x537DAB) is known color: Steel Blue. HEX triplet: 53, 7D and AB. RGB value is (83,125,171). Sum of RGB (Red+Green+Blue) = 83+125+171=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #537DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DAB is #AC8254. Grayscale: #757575. Windows color (decimal): -11305557 or 11238739. OLE color: 11238739.

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

Color convert

RGB 83 125 171 -
CMYK 0.51 0.27 0 0.33
HSL 211.36º 0.35% 0.5% -
HSV(B) 211.36º 0.51% 0.67% -
XYZ 18.25 19.45 41.32 -
YUV 117.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 83 125 171 0.51 0.27 0 0.33 211.36 0.35 0.5
Hex 53 7D AB 33 1B 0 21 D3 23 32
Octal 123 175 253 63 33 0 41 323 43 62
Binary 1010011 1111101 10101011 110011 11011 0 100001 11010011 100011 110010

Color Harmonies of #537DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DAB

Black with #537DAB

Text Example


Text Example

White with #537DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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