#5F5851

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

Shades of Judge Grey #5F5851

Tints of Judge Grey #5F5851

Color information

#5F5851 (or 0x5F5851) is unknown color: approx Judge Grey. HEX triplet: 5F, 58 and 51. RGB value is (95,88,81). Sum of RGB (Red+Green+Blue) = 95+88+81=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5851 is #A0A7AE. Grayscale: #595959. Windows color (decimal): -10528687 or 5331039. OLE color: 5331039.

HSL color Cylindrical-coordinate representation of color #5F5851: hue angle of 30º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F5851 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB958881-
CMYK00.070.150.63
HSL30º7.95%34.51%-
HSV(B)30º14.74%37.25%-
XYZ9.6910.019.21-
YUV89.29123.32132.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.98%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=35.98%
G=33.33%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95888100.070.150.63307.9534.51
Hex5F585107F3F1e823
Octal137130121071777361043
Binary10111111011000101000101111111111111111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5851; }

 p { color: rgb(95,88,81); }

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

<style>
 a { background-color: #5F5851; }

 a { background-color: rgb(95,88,81); }

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

<style>
 span { border-color: #5F5851; }

 span { border-color: rgb(95,88,81); }

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