#62584C

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

Shades of Judge Grey #62584C

Tints of Judge Grey #62584C

Color information

#62584C (or 0x62584C) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 4C. RGB value is (98,88,76). Sum of RGB (Red+Green+Blue) = 98+88+76=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62584C is #9DA7B3. Grayscale: #595959. Windows color (decimal): -10332084 or 5003362. OLE color: 5003362.

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

Color convert

RGB988876-
CMYK00.100.220.62
HSL32.73º12.64%34.12%-
HSV(B)32.73º22.45%38.43%-
XYZ9.8310.18.27-
YUV89.62120.31133.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=37.40%
G=33.59%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98887600.100.220.6232.7312.6434.12
Hex62584C0A163E21d22
Octal1421301140122676411542
Binary11000101011000100110001010101101111101000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62584C; }

 p { color: rgb(98,88,76); }

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

<style>
 a { background-color: #62584C; }

 a { background-color: rgb(98,88,76); }

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

<style>
 span { border-color: #62584C; }

 span { border-color: rgb(98,88,76); }

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