Html Css Color HEX #5E5855 Tundora

📋 copy color: '#5E5855'

red 94 ◦ green 88 ◦ blue 85

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

Shades of Tundora #5E5855

Tints of Tundora #5E5855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 35.21%
G = 32.96%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.63

RGB Variations

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

Color information

#5E5855 (or 0x5E5855) is known color: Tundora. HEX triplet: 5E, 58 and 55. RGB value is (94,88,85). Sum of RGB (Red+Green+Blue) = 94+88+85=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5855 is #A1A7AA. Grayscale: #595959. Windows color (decimal): -10594219 or 5593182. OLE color: 5593182.

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

Color convert

RGB 94 88 85 -
CMYK 0 0.06 0.10 0.63
HSL 20º 0.05% 0.35% -
HSV(B) 20º 0.1% 0.37% -
XYZ 9.75 10.02 10.01 -
YUV 89.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 94 88 85 0 0.06 0.10 0.63 20 0.05 0.35
Hex 5E 58 55 0 6 A 3F 14 5 23
Octal 136 130 125 0 6 12 77 24 5 43
Binary 1011110 1011000 1010101 0 110 1010 111111 10100 101 100011

Color Harmonies of #5E5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5855

Black with #5E5855

Text Example


Text Example

White with #5E5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,88,85); }

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

background-color css

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

 a { background-color: rgb(94,88,85); }

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

border-color css

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

 span { border-color: rgb(94,88,85); }

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