Html Css Color HEX #585552 Tundora

📋 copy color: '#585552'

red 88 ◦ green 85 ◦ blue 82

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

Shades of Tundora #585552

Tints of Tundora #585552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

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

R = 34.51%
G = 33.33%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585552 (or 0x585552) is known color: Tundora. HEX triplet: 58, 55 and 52. RGB value is (88,85,82). Sum of RGB (Red+Green+Blue) = 88+85+82=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585552 is #A7AAAD. Grayscale: #555555. Windows color (decimal): -10988206 or 5395800. OLE color: 5395800.

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

Color convert

RGB 88 85 82 -
CMYK 0 0.03 0.07 0.65
HSL 30º 0.04% 0.33% -
HSV(B) 30º 0.07% 0.35% -
XYZ 8.8 9.18 9.29 -
YUV 85.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 88 85 82 0 0.03 0.07 0.65 30 0.04 0.33
Hex 58 55 52 0 3 7 41 1E 4 21
Octal 130 125 122 0 3 7 101 36 4 41
Binary 1011000 1010101 1010010 0 11 111 1000001 11110 100 100001

Color Harmonies of #585552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585552

Black with #585552

Text Example


Text Example

White with #585552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585552; }

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

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

background-color css

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

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

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

border-color css

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

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

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