Html Css Color HEX #58504C Tundora

📋 copy color: '#58504C'

red 88 ◦ green 80 ◦ blue 76

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

Shades of Tundora #58504C

Tints of Tundora #58504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 36.07%
G = 32.79%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58504C (or 0x58504C) is known color: Tundora. HEX triplet: 58, 50 and 4C. RGB value is (88,80,76). Sum of RGB (Red+Green+Blue) = 88+80+76=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #58504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58504C is #A7AFB3. Grayscale: #515151. Windows color (decimal): -10989492 or 5001304. OLE color: 5001304.

HSL color Cylindrical-coordinate representation of color #58504C: hue angle of 20º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58504C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 76 -
CMYK 0 0.09 0.14 0.65
HSL 20º 0.07% 0.32% -
HSV(B) 20º 0.14% 0.35% -
XYZ 8.2 8.33 8.01 -
YUV 81.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 88 80 76 0 0.09 0.14 0.65 20 0.07 0.32
Hex 58 50 4C 0 9 E 41 14 7 20
Octal 130 120 114 0 11 16 101 24 7 40
Binary 1011000 1010000 1001100 0 1001 1110 1000001 10100 111 100000

Color Harmonies of #58504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58504C

Black with #58504C

Text Example


Text Example

White with #58504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58504C; }

 p { color: rgb(88,80,76); }

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

background-color css

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

 a { background-color: rgb(88,80,76); }

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

border-color css

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

 span { border-color: rgb(88,80,76); }

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