#62594A

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

Shades of Judge Grey #62594A

Tints of Judge Grey #62594A

Color information

#62594A (or 0x62594A) is unknown color: approx Judge Grey. HEX triplet: 62, 59 and 4A. RGB value is (98,89,74). Sum of RGB (Red+Green+Blue) = 98+89+74=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62594A is #9DA6B5. Grayscale: #5A5A5A. Windows color (decimal): -10331830 or 4872546. OLE color: 4872546.

HSL color Cylindrical-coordinate representation of color #62594A: hue angle of 37.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62594A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB988974-
CMYK00.090.240.62
HSL37.5º13.95%33.73%-
HSV(B)37.5º24.49%38.43%-
XYZ9.8510.247.94-
YUV89.98118.98133.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=37.55%
G=34.10%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98897400.090.240.6237.513.9533.73
Hex62594A09183E26e22
Octal1421311120113076461642
Binary11000101011001100101001001110001111101001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,89,74); }

 H1.HeaderClassName
 {
   color: #62594A;
 }
 .AnyTagClassName
 {
   color: #62594A;
 }
</style>
background-color css

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

 a { background-color: rgb(98,89,74); }

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

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

 span { border-color: rgb(98,89,74); }

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