Html Css Color HEX #58484B Emperor

📋 copy color: '#58484B'

red 88 ◦ green 72 ◦ blue 75

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

Shades of Emperor #58484B

Tints of Emperor #58484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

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

R = 37.45%
G = 30.64%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58484B (or 0x58484B) is known color: Emperor. HEX triplet: 58, 48 and 4B. RGB value is (88,72,75). Sum of RGB (Red+Green+Blue) = 88+72+75=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58484B is #A7B7B4. Grayscale: #4D4D4D. Windows color (decimal): -10991541 or 4933720. OLE color: 4933720.

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

Color convert

RGB 88 72 75 -
CMYK 0 0.18 0.15 0.65
HSL 348.75º 0.1% 0.31% -
HSV(B) 348.75º 0.18% 0.35% -
XYZ 7.61 7.22 7.65 -
YUV 77.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 88 72 75 0 0.18 0.15 0.65 348.75 0.1 0.31
Hex 58 48 4B 0 12 F 41 15D A 1F
Octal 130 110 113 0 22 17 101 535 12 37
Binary 1011000 1001000 1001011 0 10010 1111 1000001 101011101 1010 11111

Color Harmonies of #58484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58484B

Black with #58484B

Text Example


Text Example

White with #58484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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