#585553

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

Shades of Tundora #585553

Tints of Tundora #585553

Color information

#585553 (or 0x585553) is unknown color: approx Tundora. HEX triplet: 58, 55 and 53. RGB value is (88,85,83). Sum of RGB (Red+Green+Blue) = 88+85+83=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585553 is #A7AAAC. Grayscale: #555555. Windows color (decimal): -10988205 or 5461336. OLE color: 5461336.

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

Color convert

RGB888583-
CMYK00.030.060.65
HSL24º2.92%33.53%-
HSV(B)24º5.68%34.51%-
XYZ8.839.29.49-
YUV85.67126.49129.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=34.38%
G=33.20%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88858300.030.060.65242.9233.53
Hex5855530364118322
Octal13012512303610130342
Binary10110001010101101001101111010000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585553; }

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

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

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

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

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

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

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

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