Html Css Color HEX #5F584E Judge Grey

📋 copy color: '#5F584E'

red 95 ◦ green 88 ◦ blue 78

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

Shades of Judge Grey #5F584E

Tints of Judge Grey #5F584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 36.4%
G = 33.72%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5F584E (or 0x5F584E) is known color: Judge Grey. HEX triplet: 5F, 58 and 4E. RGB value is (95,88,78). Sum of RGB (Red+Green+Blue) = 95+88+78=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 95 - color contains mainly: red. Hex color #5F584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F584E is #A0A7B1. Grayscale: #585858. Windows color (decimal): -10528690 or 5134431. OLE color: 5134431.

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

Color convert

RGB 95 88 78 -
CMYK 0 0.07 0.18 0.63
HSL 35.29º 0.1% 0.34% -
HSV(B) 35.29º 0.18% 0.37% -
XYZ 9.58 9.96 8.63 -
YUV 88.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 95 88 78 0 0.07 0.18 0.63 35.29 0.1 0.34
Hex 5F 58 4E 0 7 12 3F 23 A 22
Octal 137 130 116 0 7 22 77 43 12 42
Binary 1011111 1011000 1001110 0 111 10010 111111 100011 1010 100010

Color Harmonies of #5F584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F584E

Black with #5F584E

Text Example


Text Example

White with #5F584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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