Html Css Color HEX #62594B Judge Grey

📋 copy color: '#62594B'

red 98 ◦ green 89 ◦ blue 75

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

Shades of Judge Grey #62594B

Tints of Judge Grey #62594B

RGB

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

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

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

R = 37.4%
G = 33.97%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62594B (or 0x62594B) is known color: Judge Grey. HEX triplet: 62, 59 and 4B. RGB value is (98,89,75). Sum of RGB (Red+Green+Blue) = 98+89+75=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62594B is #9DA6B4. Grayscale: #5A5A5A. Windows color (decimal): -10331829 or 4938082. OLE color: 4938082.

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

Color convert

RGB 98 89 75 -
CMYK 0 0.09 0.23 0.62
HSL 36.52º 0.13% 0.34% -
HSV(B) 36.52º 0.23% 0.38% -
XYZ 9.88 10.25 8.11 -
YUV 90.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 98 89 75 0 0.09 0.23 0.62 36.52 0.13 0.34
Hex 62 59 4B 0 9 17 3E 25 D 22
Octal 142 131 113 0 11 27 76 45 15 42
Binary 1100010 1011001 1001011 0 1001 10111 111110 100101 1101 100010

Color Harmonies of #62594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62594B

Black with #62594B

Text Example


Text Example

White with #62594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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