Html Css Color HEX #58464B Don Juan

📋 copy color: '#58464B'

red 88 ◦ green 70 ◦ blue 75

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

Shades of Don Juan #58464B

Tints of Don Juan #58464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 37.77%
G = 30.04%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58464B (or 0x58464B) is known color: Don Juan. HEX triplet: 58, 46 and 4B. RGB value is (88,70,75). Sum of RGB (Red+Green+Blue) = 88+70+75=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58464B is #A7B9B4. Grayscale: #4B4B4B. Windows color (decimal): -10992053 or 4933208. OLE color: 4933208.

HSL color Cylindrical-coordinate representation of color #58464B: hue angle of 343.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58464B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 75 -
CMYK 0 0.20 0.15 0.65
HSL 343.33º 0.11% 0.31% -
HSV(B) 343.33º 0.2% 0.35% -
XYZ 7.48 6.96 7.61 -
YUV 75.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 88 70 75 0 0.20 0.15 0.65 343.33 0.11 0.31
Hex 58 46 4B 0 14 F 41 157 B 1F
Octal 130 106 113 0 24 17 101 527 13 37
Binary 1011000 1000110 1001011 0 10100 1111 1000001 101010111 1011 11111

Color Harmonies of #58464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58464B

Black with #58464B

Text Example


Text Example

White with #58464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58464B; }

 p { color: rgb(88,70,75); }

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

background-color css

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

 a { background-color: rgb(88,70,75); }

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

border-color css

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

 span { border-color: rgb(88,70,75); }

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