Html Css Color HEX #5D5852 Judge Grey

📋 copy color: '#5D5852'

red 93 ◦ green 88 ◦ blue 82

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

Shades of Judge Grey #5D5852

Tints of Judge Grey #5D5852

RGB

 RED value IS 93 (36.72% from 255) = 35.36%

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

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 35.36%
G = 33.46%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5D5852 (or 0x5D5852) is known color: Judge Grey. HEX triplet: 5D, 58 and 52. RGB value is (93,88,82). Sum of RGB (Red+Green+Blue) = 93+88+82=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5852 is #A2A7AD. Grayscale: #585858. Windows color (decimal): -10659758 or 5396573. OLE color: 5396573.

HSL color Cylindrical-coordinate representation of color #5D5852: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5852 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 88 82 -
CMYK 0 0.05 0.12 0.64
HSL 32.73º 0.06% 0.34% -
HSV(B) 32.73º 0.12% 0.36% -
XYZ 9.53 9.92 9.39 -
YUV 88.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 93 88 82 0 0.05 0.12 0.64 32.73 0.06 0.34
Hex 5D 58 52 0 5 C 40 21 6 22
Octal 135 130 122 0 5 14 100 41 6 42
Binary 1011101 1011000 1010010 0 101 1100 1000000 100001 110 100010

Color Harmonies of #5D5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5852

Black with #5D5852

Text Example


Text Example

White with #5D5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,82); }

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

background-color css

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

 a { background-color: rgb(93,88,82); }

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

border-color css

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

 span { border-color: rgb(93,88,82); }

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