#555369

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

Shades of Smoky #555369

Tints of Smoky #555369

Color information

#555369 (or 0x555369) is unknown color: approx Smoky. HEX triplet: 55, 53 and 69. RGB value is (85,83,105). Sum of RGB (Red+Green+Blue) = 85+83+105=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #555369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555369 is #AAAC96. Grayscale: #565656. Windows color (decimal): -11185303 or 6902613. OLE color: 6902613.

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

Color convert

RGB8583105-
CMYK0.190.2100.59
HSL245.45º11.7%36.86%-
HSV(B)245.45º20.95%41.18%-
XYZ9.399.1414.63-
YUV86.11138.66127.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=31.14%
G=30.40%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85831050.190.2100.59245.4511.736.86
Hex555369131503Bf5c25
Octal12512315123250733651445
Binary10101011010011110100110011101010111011111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555369; }

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

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

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

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

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

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

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

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