Html Css Color HEX #62594A Judge Grey

📋 copy color: '#62594A'

red 98 ◦ green 89 ◦ blue 74

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

Shades of Judge Grey #62594A

Tints of Judge Grey #62594A

RGB

 RED value IS 98 (38.67% from 255) = 37.55%

 GREEN value IS 89 (35.16% from 255) = 34.1%

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

R = 37.55%
G = 34.1%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62594A (or 0x62594A) is known color: 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

RGB 98 89 74 -
CMYK 0 0.09 0.24 0.62
HSL 37.5º 0.14% 0.34% -
HSV(B) 37.5º 0.24% 0.38% -
XYZ 9.85 10.24 7.94 -
YUV 89.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 98 89 74 0 0.09 0.24 0.62 37.5 0.14 0.34
Hex 62 59 4A 0 9 18 3E 26 E 22
Octal 142 131 112 0 11 30 76 46 16 42
Binary 1100010 1011001 1001010 0 1001 11000 111110 100110 1110 100010

Color Harmonies of #62594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62594A

Black with #62594A

Text Example


Text Example

White with #62594A

Text Example


Text Example

HTML Codes & Css Web 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>