Html Css Color HEX #585452 Tundora

📋 copy color: '#585452'

red 88 ◦ green 84 ◦ blue 82

#585452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tundora #585452

Tints of Tundora #585452

RGB

 RED value IS 88 (34.77% from 255) = 34.65%

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 34.65%
G = 33.07%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585452 (or 0x585452) is known color: Tundora. HEX triplet: 58, 54 and 52. RGB value is (88,84,82). Sum of RGB (Red+Green+Blue) = 88+84+82=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585452 is #A7ABAD. Grayscale: #545454. Windows color (decimal): -10988462 or 5395544. OLE color: 5395544.

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

Color convert

RGB 88 84 82 -
CMYK 0 0.05 0.07 0.65
HSL 20º 0.04% 0.33% -
HSV(B) 20º 0.07% 0.35% -
XYZ 8.72 9.02 9.27 -
YUV 84.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 88 84 82 0 0.05 0.07 0.65 20 0.04 0.33
Hex 58 54 52 0 5 7 41 14 4 21
Octal 130 124 122 0 5 7 101 24 4 41
Binary 1011000 1010100 1010010 0 101 111 1000001 10100 100 100001

Color Harmonies of #585452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585452

Black with #585452

Text Example


Text Example

White with #585452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585452; }

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

 H1.HeaderClassName
 {
   color: #585452;
 }
 .AnyTagClassName
 {
   color: #585452;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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