Html Css Color HEX #58534D Judge Grey

📋 copy color: '#58534D'

red 88 ◦ green 83 ◦ blue 77

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

Shades of Judge Grey #58534D

Tints of Judge Grey #58534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 35.48%
G = 33.47%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58534D (or 0x58534D) is known color: Judge Grey. HEX triplet: 58, 53 and 4D. RGB value is (88,83,77). Sum of RGB (Red+Green+Blue) = 88+83+77=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58534D is #A7ACB2. Grayscale: #535353. Windows color (decimal): -10988723 or 5067608. OLE color: 5067608.

HSL color Cylindrical-coordinate representation of color #58534D: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58534D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 77 -
CMYK 0 0.06 0.12 0.65
HSL 32.73º 0.07% 0.32% -
HSV(B) 32.73º 0.13% 0.35% -
XYZ 8.46 8.8 8.27 -
YUV 83.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 88 83 77 0 0.06 0.12 0.65 32.73 0.07 0.32
Hex 58 53 4D 0 6 C 41 21 7 20
Octal 130 123 115 0 6 14 101 41 7 40
Binary 1011000 1010011 1001101 0 110 1100 1000001 100001 111 100000

Color Harmonies of #58534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58534D

Black with #58534D

Text Example


Text Example

White with #58534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58534D; }

 p { color: rgb(88,83,77); }

 H1.HeaderClassName
 {
   color: #58534D;
 }
 .AnyTagClassName
 {
   color: #58534D;
 }
</style>

background-color css

<style>
 a { background-color: #58534D; }

 a { background-color: rgb(88,83,77); }

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

border-color css

<style>
 span { border-color: #58534D; }

 span { border-color: rgb(88,83,77); }

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