Html Css Color HEX #5B5043 Judge Grey

📋 copy color: '#5B5043'

red 91 ◦ green 80 ◦ blue 67

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

Shades of Judge Grey #5B5043

Tints of Judge Grey #5B5043

RGB

 RED value IS 91 (35.94% from 255) = 38.24%

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 38.24%
G = 33.61%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5B5043 (or 0x5B5043) is known color: Judge Grey. HEX triplet: 5B, 50 and 43. RGB value is (91,80,67). Sum of RGB (Red+Green+Blue) = 91+80+67=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5043 is #A4AFBC. Grayscale: #515151. Windows color (decimal): -10792893 or 4411483. OLE color: 4411483.

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

Color convert

RGB 91 80 67 -
CMYK 0 0.12 0.26 0.64
HSL 32.5º 0.15% 0.31% -
HSV(B) 32.5º 0.26% 0.36% -
XYZ 8.2 8.37 6.49 -
YUV 81.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 91 80 67 0 0.12 0.26 0.64 32.5 0.15 0.31
Hex 5B 50 43 0 C 1A 40 20 F 1F
Octal 133 120 103 0 14 32 100 40 17 37
Binary 1011011 1010000 1000011 0 1100 11010 1000000 100000 1111 11111

Color Harmonies of #5B5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5043

Black with #5B5043

Text Example


Text Example

White with #5B5043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,67); }

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

background-color css

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

 a { background-color: rgb(91,80,67); }

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

border-color css

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

 span { border-color: rgb(91,80,67); }

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