Html Css Color HEX #5179AC Steel Blue

📋 copy color: '#5179AC'

red 81 ◦ green 121 ◦ blue 172

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

Shades of Steel Blue #5179AC

Tints of Steel Blue #5179AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 21.66%
G = 32.35%
B = 45.99%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5179AC (or 0x5179AC) is known color: Steel Blue. HEX triplet: 51, 79 and AC. RGB value is (81,121,172). Sum of RGB (Red+Green+Blue) = 81+121+172=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #5179AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5179AC is #AE8653. Grayscale: #727272. Windows color (decimal): -11437652 or 11303249. OLE color: 11303249.

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

Color convert

RGB 81 121 172 -
CMYK 0.53 0.30 0 0.33
HSL 213.63º 0.36% 0.5% -
HSV(B) 213.63º 0.53% 0.67% -
XYZ 17.68 18.4 41.65 -
YUV 114.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 81 121 172 0.53 0.30 0 0.33 213.63 0.36 0.5
Hex 51 79 AC 35 1E 0 21 D6 24 32
Octal 121 171 254 65 36 0 41 326 44 62
Binary 1010001 1111001 10101100 110101 11110 0 100001 11010110 100100 110010

Color Harmonies of #5179AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5179AC

Black with #5179AC

Text Example


Text Example

White with #5179AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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