#555174

Color #555174 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #555174

Tints of Smoky #555174

Color information

#555174 (or 0x555174) is unknown color: approx Smoky. HEX triplet: 55, 51 and 74. RGB value is (85,81,116). Sum of RGB (Red+Green+Blue) = 85+81+116=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #555174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555174 is #AAAE8B. Grayscale: #565656. Windows color (decimal): -11185804 or 7622997. OLE color: 7622997.

HSL color Cylindrical-coordinate representation of color #555174: hue angle of 246.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555174 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8581116-
CMYK0.270.3000.55
HSL246.86º17.77%38.63%-
HSV(B)246.86º30.17%45.49%-
XYZ9.849.0817.76-
YUV86.19144.83127.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=30.14%
G=28.72%
B=41.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85811160.270.3000.55246.8617.7738.63
Hex5551741B1E037f71227
Octal12512116433360673672247
Binary101010110100011110100110111111001101111111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555174; }

 p { color: rgb(85,81,116); }

 H1.HeaderClassName
 {
   color: #555174;
 }
 .AnyTagClassName
 {
   color: #555174;
 }
</style>
background-color css

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

 a { background-color: rgb(85,81,116); }

 div.DivClassName
 {
   background-color: #555174;
 }
 .BgClassName
 {
   background-color: #555174;
 }
</style>
border-color css

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

 span { border-color: rgb(85,81,116); }

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