#58524B

Color #58524B Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #58524B

Tints of Judge Grey #58524B

Color information

#58524B (or 0x58524B) is unknown color: approx 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

RGB888275-
CMYK00.070.150.65
HSL32.31º7.98%31.96%-
HSV(B)32.31º14.77%34.51%-
XYZ8.318.627.88-
YUV83123.49131.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88827500.070.150.6532.317.9831.96
Hex58524B07F4120820
Octal1301221130717101401040
Binary1011000101001010010110111111110000011000001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>