Html Css Color HEX #5F5540 Judge Grey

📋 copy color: '#5F5540'

red 95 ◦ green 85 ◦ blue 64

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

Shades of Judge Grey #5F5540

Tints of Judge Grey #5F5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 38.93%
G = 34.84%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5F5540 (or 0x5F5540) is known color: Judge Grey. HEX triplet: 5F, 55 and 40. RGB value is (95,85,64). Sum of RGB (Red+Green+Blue) = 95+85+64=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5540 is #A0AABF. Grayscale: #555555. Windows color (decimal): -10529472 or 4216159. OLE color: 4216159.

HSL color Cylindrical-coordinate representation of color #5F5540: hue angle of 40.65º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5540 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 85 64 -
CMYK 0 0.11 0.33 0.63
HSL 40.65º 0.19% 0.31% -
HSV(B) 40.65º 0.33% 0.37% -
XYZ 8.89 9.3 6.18 -
YUV 85.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 95 85 64 0 0.11 0.33 0.63 40.65 0.19 0.31
Hex 5F 55 40 0 B 21 3F 29 13 1F
Octal 137 125 100 0 13 41 77 51 23 37
Binary 1011111 1010101 1000000 0 1011 100001 111111 101001 10011 11111

Color Harmonies of #5F5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5540

Black with #5F5540

Text Example


Text Example

White with #5F5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,64); }

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

background-color css

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

 a { background-color: rgb(95,85,64); }

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

border-color css

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

 span { border-color: rgb(95,85,64); }

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