#585552

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

Shades of Tundora #585552

Tints of Tundora #585552

Color information

#585552 (or 0x585552) is unknown color: approx Tundora. HEX triplet: 58, 55 and 52. RGB value is (88,85,82). Sum of RGB (Red+Green+Blue) = 88+85+82=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585552 is #A7AAAD. Grayscale: #555555. Windows color (decimal): -10988206 or 5395800. OLE color: 5395800.

HSL color Cylindrical-coordinate representation of color #585552: hue angle of 30º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585552 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB888582-
CMYK00.030.070.65
HSL30º3.53%33.33%-
HSV(B)30º6.82%34.51%-
XYZ8.89.189.29-
YUV85.56125.99129.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=34.51%
G=33.33%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88858200.030.070.65303.5333.33
Hex585552037411e421
Octal13012512203710136441
Binary101100010101011010010011111100000111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585552; }

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

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

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

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

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

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

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

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