Html Css Color HEX #58524B Judge Grey

📋 copy color: '#58524B'

red 88 ◦ green 82 ◦ blue 75

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

Shades of Judge Grey #58524B

Tints of Judge Grey #58524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 35.92%
G = 33.47%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58524B (or 0x58524B) is known color: Judge Grey. HEX triplet: 58, 52 and 4B. RGB value is (88,82,75). Sum of RGB (Red+Green+Blue) = 88+82+75=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #58524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58524B is #A7ADB4. Grayscale: #535353. Windows color (decimal): -10988981 or 4936280. OLE color: 4936280.

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

Color convert

RGB 88 82 75 -
CMYK 0 0.07 0.15 0.65
HSL 32.31º 0.08% 0.32% -
HSV(B) 32.31º 0.15% 0.35% -
XYZ 8.31 8.62 7.88 -
YUV 83 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 88 82 75 0 0.07 0.15 0.65 32.31 0.08 0.32
Hex 58 52 4B 0 7 F 41 20 8 20
Octal 130 122 113 0 7 17 101 40 10 40
Binary 1011000 1010010 1001011 0 111 1111 1000001 100000 1000 100000

Color Harmonies of #58524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58524B

Black with #58524B

Text Example


Text Example

White with #58524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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