Html Css Color HEX #5E6261 William

📋 copy color: '#5E6261'

red 94 ◦ green 98 ◦ blue 97

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

Shades of William #5E6261

Tints of William #5E6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 32.53%
G = 33.91%
B = 33.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#5E6261 (or 0x5E6261) is known color: William. HEX triplet: 5E, 62 and 61. RGB value is (94,98,97). Sum of RGB (Red+Green+Blue) = 94+98+97=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6261 is #A19D9E. Grayscale: #606060. Windows color (decimal): -10591647 or 6382174. OLE color: 6382174.

HSL color Cylindrical-coordinate representation of color #5E6261: hue angle of 165º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5E6261 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 97 -
CMYK 0.04 0 0.01 0.62
HSL 165º 0.02% 0.38% -
HSV(B) 165º 0.04% 0.38% -
XYZ 11.14 11.98 13.03 -
YUV 96.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 94 98 97 0.04 0 0.01 0.62 165 0.02 0.38
Hex 5E 62 61 4 0 1 3E A5 2 26
Octal 136 142 141 4 0 1 76 245 2 46
Binary 1011110 1100010 1100001 100 0 1 111110 10100101 10 100110

Color Harmonies of #5E6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6261

Black with #5E6261

Text Example


Text Example

White with #5E6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,98,97); }

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

background-color css

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

 a { background-color: rgb(94,98,97); }

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

border-color css

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

 span { border-color: rgb(94,98,97); }

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