#555269

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

Shades of Smoky #555269

Tints of Smoky #555269

Color information

#555269 (or 0x555269) is unknown color: approx Smoky. HEX triplet: 55, 52 and 69. RGB value is (85,82,105). Sum of RGB (Red+Green+Blue) = 85+82+105=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #555269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555269 is #AAAD96. Grayscale: #555555. Windows color (decimal): -11185559 or 6902357. OLE color: 6902357.

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

Color convert

RGB8582105-
CMYK0.190.2200.59
HSL247.83º12.3%36.67%-
HSV(B)247.83º21.9%41.18%-
XYZ9.318.9914.61-
YUV85.52138.99127.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=31.25%
G=30.15%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85821050.190.2200.59247.8312.336.67
Hex555269131603Bf8c25
Octal12512215123260733701445
Binary10101011010010110100110011101100111011111110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555269; }

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

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

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

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

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

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

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

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