#555170

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

Shades of Smoky #555170

Tints of Smoky #555170

Color information

#555170 (or 0x555170) is unknown color: approx Smoky. HEX triplet: 55, 51 and 70. RGB value is (85,81,112). Sum of RGB (Red+Green+Blue) = 85+81+112=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #555170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555170 is #AAAE8F. Grayscale: #555555. Windows color (decimal): -11185808 or 7360853. OLE color: 7360853.

HSL color Cylindrical-coordinate representation of color #555170: hue angle of 247.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555170 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8581112-
CMYK0.240.2800.56
HSL247.74º16.06%37.84%-
HSV(B)247.74º27.68%43.92%-
XYZ9.618.9916.56-
YUV85.73142.83127.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=30.58%
G=29.14%
B=40.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85811120.240.2800.56247.7416.0637.84
Hex555170181C038f81026
Octal12512116030340703702046
Binary101010110100011110000110001110001110001111100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555170; }

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

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

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

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

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

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

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

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