Html Css Color HEX #5B534B Judge Grey

📋 copy color: '#5B534B'

red 91 ◦ green 83 ◦ blue 75

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

Shades of Judge Grey #5B534B

Tints of Judge Grey #5B534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 36.55%
G = 33.33%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B534B (or 0x5B534B) is known color: Judge Grey. HEX triplet: 5B, 53 and 4B. RGB value is (91,83,75). Sum of RGB (Red+Green+Blue) = 91+83+75=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B534B is #A4ACB4. Grayscale: #545454. Windows color (decimal): -10792117 or 4936539. OLE color: 4936539.

HSL color Cylindrical-coordinate representation of color #5B534B: hue angle of 30º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B534B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 83 75 -
CMYK 0 0.09 0.18 0.64
HSL 30º 0.1% 0.33% -
HSV(B) 30º 0.18% 0.36% -
XYZ 8.68 8.92 7.92 -
YUV 84.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 91 83 75 0 0.09 0.18 0.64 30 0.1 0.33
Hex 5B 53 4B 0 9 12 40 1E A 21
Octal 133 123 113 0 11 22 100 36 12 41
Binary 1011011 1010011 1001011 0 1001 10010 1000000 11110 1010 100001

Color Harmonies of #5B534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B534B

Black with #5B534B

Text Example


Text Example

White with #5B534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,83,75); }

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

background-color css

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

 a { background-color: rgb(91,83,75); }

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

border-color css

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

 span { border-color: rgb(91,83,75); }

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