#555468

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

Shades of Smoky #555468

Tints of Smoky #555468

Color information

#555468 (or 0x555468) is unknown color: approx Smoky. HEX triplet: 55, 54 and 68. RGB value is (85,84,104). Sum of RGB (Red+Green+Blue) = 85+84+104=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #555468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555468 is #AAAB97. Grayscale: #565656. Windows color (decimal): -11185048 or 6837333. OLE color: 6837333.

HSL color Cylindrical-coordinate representation of color #555468: hue angle of 243º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555468 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8584104-
CMYK0.180.1900.59
HSL243º10.64%36.86%-
HSV(B)243º19.23%40.78%-
XYZ9.429.2714.39-
YUV86.58137.83126.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=31.14%
G=30.77%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85841040.180.1900.5924310.6436.86
Hex555468121303Bf3b25
Octal12512415022230733631345
Binary10101011010100110100010010100110111011111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555468; }

 p { color: rgb(85,84,104); }

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

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

 a { background-color: rgb(85,84,104); }

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

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

 span { border-color: rgb(85,84,104); }

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