#555275

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

Shades of Smoky #555275

Tints of Smoky #555275

Color information

#555275 (or 0x555275) is unknown color: approx Smoky. HEX triplet: 55, 52 and 75. RGB value is (85,82,117). Sum of RGB (Red+Green+Blue) = 85+82+117=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #555275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555275 is #AAAD8A. Grayscale: #565656. Windows color (decimal): -11185547 or 7688789. OLE color: 7688789.

HSL color Cylindrical-coordinate representation of color #555275: hue angle of 245.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555275 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8582117-
CMYK0.270.3000.54
HSL245.14º17.59%39.02%-
HSV(B)245.14º29.91%45.88%-
XYZ9.979.2518.09-
YUV86.89144.99126.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=29.93%
G=28.87%
B=41.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85821170.270.3000.54245.1417.5939.02
Hex5552751B1E036f51227
Octal12512216533360663652247
Binary101010110100101110101110111111001101101111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555275; }

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

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

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

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

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

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

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

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