Html Css Color HEX #5F564C Judge Grey

📋 copy color: '#5F564C'

red 95 ◦ green 86 ◦ blue 76

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

Shades of Judge Grey #5F564C

Tints of Judge Grey #5F564C

RGB

 RED value IS 95 (37.5% from 255) = 36.96%

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 36.96%
G = 33.46%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5F564C (or 0x5F564C) is known color: Judge Grey. HEX triplet: 5F, 56 and 4C. RGB value is (95,86,76). Sum of RGB (Red+Green+Blue) = 95+86+76=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F564C is #A0A9B3. Grayscale: #575757. Windows color (decimal): -10529204 or 5002847. OLE color: 5002847.

HSL color Cylindrical-coordinate representation of color #5F564C: hue angle of 31.58º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F564C is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 86 76 -
CMYK 0 0.09 0.20 0.63
HSL 31.58º 0.11% 0.34% -
HSV(B) 31.58º 0.2% 0.37% -
XYZ 9.35 9.61 8.2 -
YUV 87.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 95 86 76 0 0.09 0.20 0.63 31.58 0.11 0.34
Hex 5F 56 4C 0 9 14 3F 20 B 22
Octal 137 126 114 0 11 24 77 40 13 42
Binary 1011111 1010110 1001100 0 1001 10100 111111 100000 1011 100010

Color Harmonies of #5F564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F564C

Black with #5F564C

Text Example


Text Example

White with #5F564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,86,76); }

 H1.HeaderClassName
 {
   color: #5F564C;
 }
 .AnyTagClassName
 {
   color: #5F564C;
 }
</style>

background-color css

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

 a { background-color: rgb(95,86,76); }

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

border-color css

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

 span { border-color: rgb(95,86,76); }

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