Html Css Color HEX #537CAB Steel Blue

📋 copy color: '#537CAB'

red 83 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #537CAB

Tints of Steel Blue #537CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

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

R = 21.96%
G = 32.8%
B = 45.24%

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

#537CAB (or 0x537CAB) is known color: Steel Blue. HEX triplet: 53, 7C and AB. RGB value is (83,124,171). Sum of RGB (Red+Green+Blue) = 83+124+171=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #537CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537CAB is #AC8354. Grayscale: #747474. Windows color (decimal): -11305813 or 11238483. OLE color: 11238483.

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

Color convert

RGB 83 124 171 -
CMYK 0.51 0.27 0 0.33
HSL 212.05º 0.35% 0.5% -
HSV(B) 212.05º 0.51% 0.67% -
XYZ 18.13 19.19 41.28 -
YUV 117.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 83 124 171 0.51 0.27 0 0.33 212.05 0.35 0.5
Hex 53 7C AB 33 1B 0 21 D4 23 32
Octal 123 174 253 63 33 0 41 324 43 62
Binary 1010011 1111100 10101011 110011 11011 0 100001 11010100 100011 110010

Color Harmonies of #537CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CAB

Black with #537CAB

Text Example


Text Example

White with #537CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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