Html Css Color HEX #5179AB Steel Blue

📋 copy color: '#5179AB'

red 81 ◦ green 121 ◦ blue 171

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

Shades of Steel Blue #5179AB

Tints of Steel Blue #5179AB

RGB

 RED value IS 81 (32.03% from 255) = 21.72%

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 21.72%
G = 32.44%
B = 45.84%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5179AB (or 0x5179AB) is known color: Steel Blue. HEX triplet: 51, 79 and AB. RGB value is (81,121,171). Sum of RGB (Red+Green+Blue) = 81+121+171=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5179AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5179AB is #AE8654. Grayscale: #727272. Windows color (decimal): -11437653 or 11237713. OLE color: 11237713.

HSL color Cylindrical-coordinate representation of color #5179AB: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5179AB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 121 171 -
CMYK 0.53 0.29 0 0.33
HSL 213.33º 0.36% 0.49% -
HSV(B) 213.33º 0.53% 0.67% -
XYZ 17.58 18.36 41.15 -
YUV 114.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 81 121 171 0.53 0.29 0 0.33 213.33 0.36 0.49
Hex 51 79 AB 35 1D 0 21 D5 24 31
Octal 121 171 253 65 35 0 41 325 44 61
Binary 1010001 1111001 10101011 110101 11101 0 100001 11010101 100100 110001

Color Harmonies of #5179AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5179AB

Black with #5179AB

Text Example


Text Example

White with #5179AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5179AB; }

 p { color: rgb(81,121,171); }

 H1.HeaderClassName
 {
   color: #5179AB;
 }
 .AnyTagClassName
 {
   color: #5179AB;
 }
</style>

background-color css

<style>
 a { background-color: #5179AB; }

 a { background-color: rgb(81,121,171); }

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

border-color css

<style>
 span { border-color: #5179AB; }

 span { border-color: rgb(81,121,171); }

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