#555071

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

Shades of Smoky #555071

Tints of Smoky #555071

Color information

#555071 (or 0x555071) is unknown color: approx Smoky. HEX triplet: 55, 50 and 71. RGB value is (85,80,113). Sum of RGB (Red+Green+Blue) = 85+80+113=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #555071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555071 is #AAAF8E. Grayscale: #555555. Windows color (decimal): -11186063 or 7426133. OLE color: 7426133.

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

Color convert

RGB8580113-
CMYK0.250.2900.56
HSL249.09º17.1%37.84%-
HSV(B)249.09º29.2%44.31%-
XYZ9.68.8616.83-
YUV85.26143.66127.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=30.58%
G=28.78%
B=40.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85801130.250.2900.56249.0917.137.84
Hex555071191D038f91126
Octal12512016131350703712146
Binary101010110100001110001110011110101110001111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555071; }

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

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

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

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

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

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

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

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