Html Css Color HEX #5F554A Judge Grey

📋 copy color: '#5F554A'

red 95 ◦ green 85 ◦ blue 74

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

Shades of Judge Grey #5F554A

Tints of Judge Grey #5F554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 37.4%
G = 33.46%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5F554A (or 0x5F554A) is known color: Judge Grey. HEX triplet: 5F, 55 and 4A. RGB value is (95,85,74). Sum of RGB (Red+Green+Blue) = 95+85+74=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F554A is #A0AAB5. Grayscale: #565656. Windows color (decimal): -10529462 or 4871519. OLE color: 4871519.

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

Color convert

RGB 95 85 74 -
CMYK 0 0.11 0.22 0.63
HSL 31.43º 0.12% 0.33% -
HSV(B) 31.43º 0.22% 0.37% -
XYZ 9.2 9.42 7.81 -
YUV 86.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 95 85 74 0 0.11 0.22 0.63 31.43 0.12 0.33
Hex 5F 55 4A 0 B 16 3F 1F C 21
Octal 137 125 112 0 13 26 77 37 14 41
Binary 1011111 1010101 1001010 0 1011 10110 111111 11111 1100 100001

Color Harmonies of #5F554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F554A

Black with #5F554A

Text Example


Text Example

White with #5F554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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