Html Css Color HEX #5E533F Judge Grey

📋 copy color: '#5E533F'

red 94 ◦ green 83 ◦ blue 63

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

Shades of Judge Grey #5E533F

Tints of Judge Grey #5E533F

RGB

 RED value IS 94 (37.11% from 255) = 39.17%

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

 BLUE value IS 63 (25% from 255) = 26.25%

R = 39.17%
G = 34.58%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E533F (or 0x5E533F) is known color: Judge Grey. HEX triplet: 5E, 53 and 3F. RGB value is (94,83,63). Sum of RGB (Red+Green+Blue) = 94+83+63=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 94 - color contains mainly: red. Hex color #5E533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E533F is #A1ACC0. Grayscale: #545454. Windows color (decimal): -10595521 or 4150110. OLE color: 4150110.

HSL color Cylindrical-coordinate representation of color #5E533F: hue angle of 38.71º degrees, saturation: 0.2, 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 #5E533F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 83 63 -
CMYK 0 0.12 0.33 0.63
HSL 38.71º 0.2% 0.31% -
HSV(B) 38.71º 0.33% 0.37% -
XYZ 8.61 8.93 5.97 -
YUV 84.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 94 83 63 0 0.12 0.33 0.63 38.71 0.2 0.31
Hex 5E 53 3F 0 C 21 3F 27 14 1F
Octal 136 123 77 0 14 41 77 47 24 37
Binary 1011110 1010011 111111 0 1100 100001 111111 100111 10100 11111

Color Harmonies of #5E533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E533F

Black with #5E533F

Text Example


Text Example

White with #5E533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,63); }

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

background-color css

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

 a { background-color: rgb(94,83,63); }

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

border-color css

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

 span { border-color: rgb(94,83,63); }

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