Html Css Color HEX #58494C Don Juan

📋 copy color: '#58494C'

red 88 ◦ green 73 ◦ blue 76

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

Shades of Don Juan #58494C

Tints of Don Juan #58494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 37.13%
G = 30.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58494C (or 0x58494C) is known color: Don Juan. HEX triplet: 58, 49 and 4C. RGB value is (88,73,76). Sum of RGB (Red+Green+Blue) = 88+73+76=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58494C is #A7B6B3. Grayscale: #4D4D4D. Windows color (decimal): -10991284 or 4999512. OLE color: 4999512.

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

Color convert

RGB 88 73 76 -
CMYK 0 0.17 0.14 0.65
HSL 348º 0.09% 0.32% -
HSV(B) 348º 0.17% 0.35% -
XYZ 7.71 7.36 7.85 -
YUV 77.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 88 73 76 0 0.17 0.14 0.65 348 0.09 0.32
Hex 58 49 4C 0 11 E 41 15C 9 20
Octal 130 111 114 0 21 16 101 534 11 40
Binary 1011000 1001001 1001100 0 10001 1110 1000001 101011100 1001 100000

Color Harmonies of #58494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58494C

Black with #58494C

Text Example


Text Example

White with #58494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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