#555274

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

Shades of Smoky #555274

Tints of Smoky #555274

Color information

#555274 (or 0x555274) is unknown color: approx Smoky. HEX triplet: 55, 52 and 74. RGB value is (85,82,116). Sum of RGB (Red+Green+Blue) = 85+82+116=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #555274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555274 is #AAAD8B. Grayscale: #565656. Windows color (decimal): -11185548 or 7623253. OLE color: 7623253.

HSL color Cylindrical-coordinate representation of color #555274: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555274 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8582116-
CMYK0.270.2900.55
HSL245.29º17.17%38.82%-
HSV(B)245.29º29.31%45.49%-
XYZ9.929.2317.78-
YUV86.77144.49126.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=30.04%
G=28.98%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85821160.270.2900.55245.2917.1738.82
Hex5552741B1D037f51127
Octal12512216433350673652147
Binary101010110100101110100110111110101101111111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555274; }

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

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

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

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

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

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

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

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