Html Css Color HEX #58454A Emperor

📋 copy color: '#58454A'

red 88 ◦ green 69 ◦ blue 74

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

Shades of Emperor #58454A

Tints of Emperor #58454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 38.1%
G = 29.87%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58454A (or 0x58454A) is known color: Emperor. HEX triplet: 58, 45 and 4A. RGB value is (88,69,74). Sum of RGB (Red+Green+Blue) = 88+69+74=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58454A is #A7BAB5. Grayscale: #4B4B4B. Windows color (decimal): -10992310 or 4867416. OLE color: 4867416.

HSL color Cylindrical-coordinate representation of color #58454A: hue angle of 344.21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58454A is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 69 74 -
CMYK 0 0.22 0.16 0.65
HSL 344.21º 0.12% 0.31% -
HSV(B) 344.21º 0.22% 0.35% -
XYZ 7.39 6.83 7.41 -
YUV 75.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 88 69 74 0 0.22 0.16 0.65 344.21 0.12 0.31
Hex 58 45 4A 0 16 10 41 158 C 1F
Octal 130 105 112 0 26 20 101 530 14 37
Binary 1011000 1000101 1001010 0 10110 10000 1000001 101011000 1100 11111

Color Harmonies of #58454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58454A

Black with #58454A

Text Example


Text Example

White with #58454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58454A; }

 p { color: rgb(88,69,74); }

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

background-color css

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

 a { background-color: rgb(88,69,74); }

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

border-color css

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

 span { border-color: rgb(88,69,74); }

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