Html Css Color HEX #5178AC Steel Blue

📋 copy color: '#5178AC'

red 81 ◦ green 120 ◦ blue 172

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

Shades of Steel Blue #5178AC

Tints of Steel Blue #5178AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

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

R = 21.72%
G = 32.17%
B = 46.11%

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

#5178AC (or 0x5178AC) is known color: Steel Blue. HEX triplet: 51, 78 and AC. RGB value is (81,120,172). Sum of RGB (Red+Green+Blue) = 81+120+172=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #5178AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5178AC is #AE8753. Grayscale: #727272. Windows color (decimal): -11437908 or 11302993. OLE color: 11302993.

HSL color Cylindrical-coordinate representation of color #5178AC: hue angle of 214.29º 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 #5178AC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 120 172 -
CMYK 0.53 0.30 0 0.33
HSL 214.29º 0.36% 0.5% -
HSV(B) 214.29º 0.53% 0.67% -
XYZ 17.56 18.16 41.61 -
YUV 114.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 81 120 172 0.53 0.30 0 0.33 214.29 0.36 0.5
Hex 51 78 AC 35 1E 0 21 D6 24 32
Octal 121 170 254 65 36 0 41 326 44 62
Binary 1010001 1111000 10101100 110101 11110 0 100001 11010110 100100 110010

Color Harmonies of #5178AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5178AC

Black with #5178AC

Text Example


Text Example

White with #5178AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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