Html Css Color HEX #58514A Judge Grey

📋 copy color: '#58514A'

red 88 ◦ green 81 ◦ blue 74

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

Shades of Judge Grey #58514A

Tints of Judge Grey #58514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 36.21%
G = 33.33%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58514A (or 0x58514A) is known color: Judge Grey. HEX triplet: 58, 51 and 4A. RGB value is (88,81,74). Sum of RGB (Red+Green+Blue) = 88+81+74=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #58514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58514A is #A7AEB5. Grayscale: #525252. Windows color (decimal): -10989238 or 4870488. OLE color: 4870488.

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

Color convert

RGB 88 81 74 -
CMYK 0 0.08 0.16 0.65
HSL 30º 0.09% 0.32% -
HSV(B) 30º 0.16% 0.35% -
XYZ 8.2 8.45 7.68 -
YUV 82.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 88 81 74 0 0.08 0.16 0.65 30 0.09 0.32
Hex 58 51 4A 0 8 10 41 1E 9 20
Octal 130 121 112 0 10 20 101 36 11 40
Binary 1011000 1010001 1001010 0 1000 10000 1000001 11110 1001 100000

Color Harmonies of #58514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58514A

Black with #58514A

Text Example


Text Example

White with #58514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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