#555271

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

Shades of Smoky #555271

Tints of Smoky #555271

Color information

#555271 (or 0x555271) is unknown color: approx Smoky. HEX triplet: 55, 52 and 71. RGB value is (85,82,113). Sum of RGB (Red+Green+Blue) = 85+82+113=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #555271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555271 is #AAAD8E. Grayscale: #565656. Windows color (decimal): -11185551 or 7426645. OLE color: 7426645.

HSL color Cylindrical-coordinate representation of color #555271: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555271 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8582113-
CMYK0.250.2700.56
HSL245.81º15.9%38.24%-
HSV(B)245.81º27.43%44.31%-
XYZ9.749.1616.88-
YUV86.43142.99126.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=30.36%
G=29.29%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85821130.250.2700.56245.8115.938.24
Hex555271191B038f61026
Octal12512216131330703662046
Binary101010110100101110001110011101101110001111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555271; }

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

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

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

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

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

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

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

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