#585451

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

Shades of Tundora #585451

Tints of Tundora #585451

Color information

#585451 (or 0x585451) is unknown color: approx Tundora. HEX triplet: 58, 54 and 51. RGB value is (88,84,81). Sum of RGB (Red+Green+Blue) = 88+84+81=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585451 is #A7ABAE. Grayscale: #545454. Windows color (decimal): -10988463 or 5330008. OLE color: 5330008.

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

Color convert

RGB888481-
CMYK00.050.080.65
HSL25.71º4.14%33.14%-
HSV(B)25.71º7.95%34.51%-
XYZ8.689.019.07-
YUV84.85125.83130.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=34.78%
G=33.20%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88848100.050.080.6525.714.1433.14
Hex585451058411a421
Octal130124121051010132441
Binary10110001010100101000101011000100000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585451; }

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

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

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

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

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

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

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

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