#585351

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

Shades of Tundora #585351

Tints of Tundora #585351

Color information

#585351 (or 0x585351) is unknown color: approx Tundora. HEX triplet: 58, 53 and 51. RGB value is (88,83,81). Sum of RGB (Red+Green+Blue) = 88+83+81=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585351 is #A7ACAE. Grayscale: #545454. Windows color (decimal): -10988719 or 5329752. OLE color: 5329752.

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

Color convert

RGB888381-
CMYK00.060.080.65
HSL17.14º4.14%33.14%-
HSV(B)17.14º7.95%34.51%-
XYZ8.68.869.04-
YUV84.27126.16130.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=34.92%
G=32.94%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88838100.060.080.6517.144.1433.14
Hex5853510684111421
Octal130123121061010121441
Binary10110001010011101000101101000100000110001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585351; }

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

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

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

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

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

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

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

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