Html Css Color HEX #5E535B Salt Box

📋 copy color: '#5E535B'

red 94 ◦ green 83 ◦ blue 91

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

Shades of Salt Box #5E535B

Tints of Salt Box #5E535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 35.07%
G = 30.97%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#5E535B (or 0x5E535B) is known color: Salt Box. HEX triplet: 5E, 53 and 5B. RGB value is (94,83,91). Sum of RGB (Red+Green+Blue) = 94+83+91=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 94 - color contains mainly: red. Hex color #5E535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E535B is #A1ACA4. Grayscale: #575757. Windows color (decimal): -10595493 or 5985118. OLE color: 5985118.

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

Color convert

RGB 94 83 91 -
CMYK 0 0.12 0.03 0.63
HSL 316.36º 0.06% 0.35% -
HSV(B) 316.36º 0.12% 0.37% -
XYZ 9.6 9.32 11.19 -
YUV 87.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 94 83 91 0 0.12 0.03 0.63 316.36 0.06 0.35
Hex 5E 53 5B 0 C 3 3F 13C 6 23
Octal 136 123 133 0 14 3 77 474 6 43
Binary 1011110 1010011 1011011 0 1100 11 111111 100111100 110 100011

Color Harmonies of #5E535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E535B

Black with #5E535B

Text Example


Text Example

White with #5E535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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