Html Css Color HEX #5178AD Steel Blue

📋 copy color: '#5178AD'

red 81 ◦ green 120 ◦ blue 173

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

Shades of Steel Blue #5178AD

Tints of Steel Blue #5178AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 21.66%
G = 32.09%
B = 46.26%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5178AD (or 0x5178AD) is known color: Steel Blue. HEX triplet: 51, 78 and AD. RGB value is (81,120,173). Sum of RGB (Red+Green+Blue) = 81+120+173=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5178AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5178AD is #AE8752. Grayscale: #727272. Windows color (decimal): -11437907 or 11368529. OLE color: 11368529.

HSL color Cylindrical-coordinate representation of color #5178AD: hue angle of 214.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5178AD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 120 173 -
CMYK 0.53 0.31 0 0.32
HSL 214.57º 0.36% 0.5% -
HSV(B) 214.57º 0.53% 0.68% -
XYZ 17.65 18.2 42.12 -
YUV 114.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 81 120 173 0.53 0.31 0 0.32 214.57 0.36 0.5
Hex 51 78 AD 35 1F 0 20 D7 24 32
Octal 121 170 255 65 37 0 40 327 44 62
Binary 1010001 1111000 10101101 110101 11111 0 100000 11010111 100100 110010

Color Harmonies of #5178AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5178AD

Black with #5178AD

Text Example


Text Example

White with #5178AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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