#585352

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

Shades of Tundora #585352

Tints of Tundora #585352

Color information

#585352 (or 0x585352) is unknown color: approx Tundora. HEX triplet: 58, 53 and 52. RGB value is (88,83,82). Sum of RGB (Red+Green+Blue) = 88+83+82=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585352 is #A7ACAD. Grayscale: #545454. Windows color (decimal): -10988718 or 5395288. OLE color: 5395288.

HSL color Cylindrical-coordinate representation of color #585352: hue angle of 10º 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 #585352 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB888382-
CMYK00.060.070.65
HSL10º3.53%33.33%-
HSV(B)10º6.82%34.51%-
XYZ8.648.879.24-
YUV84.38126.66130.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=34.78%
G=32.81%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88838200.060.070.65103.5333.33
Hex58535206741a421
Octal13012312206710112441
Binary101100010100111010010011011110000011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585352; }

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

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

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

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

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

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

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

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