#62584B

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

Shades of Judge Grey #62584B

Tints of Judge Grey #62584B

Color information

#62584B (or 0x62584B) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 4B. RGB value is (98,88,75). Sum of RGB (Red+Green+Blue) = 98+88+75=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62584B is #9DA7B4. Grayscale: #595959. Windows color (decimal): -10332085 or 4937826. OLE color: 4937826.

HSL color Cylindrical-coordinate representation of color #62584B: hue angle of 33.91º 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 #62584B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB988875-
CMYK00.100.230.62
HSL33.91º13.29%33.92%-
HSV(B)33.91º23.47%38.43%-
XYZ9.810.088.09-
YUV89.51119.81134.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=37.55%
G=33.72%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98887500.100.230.6233.9113.2933.92
Hex62584B0A173E22d22
Octal1421301130122776421542
Binary11000101011000100101101010101111111101000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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