#555469

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

Shades of Smoky #555469

Tints of Smoky #555469

Color information

#555469 (or 0x555469) is unknown color: approx Smoky. HEX triplet: 55, 54 and 69. RGB value is (85,84,105). Sum of RGB (Red+Green+Blue) = 85+84+105=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #555469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555469 is #AAAB96. Grayscale: #565656. Windows color (decimal): -11185047 or 6902869. OLE color: 6902869.

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

Color convert

RGB8584105-
CMYK0.190.2000.59
HSL242.86º11.11%37.06%-
HSV(B)242.86º20%41.18%-
XYZ9.479.2914.66-
YUV86.69138.33126.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=31.02%
G=30.66%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85841050.190.2000.59242.8611.1137.06
Hex555469131403Bf3b25
Octal12512415123240733631345
Binary10101011010100110100110011101000111011111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555469; }

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

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

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

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

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

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

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

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