Html Css Color HEX #5E6563 William

📋 copy color: '#5E6563'

red 94 ◦ green 101 ◦ blue 99

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

Shades of William #5E6563

Tints of William #5E6563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 31.97%
G = 34.35%
B = 33.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#5E6563 (or 0x5E6563) is known color: William. HEX triplet: 5E, 65 and 63. RGB value is (94,101,99). Sum of RGB (Red+Green+Blue) = 94+101+99=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6563 is #A19A9C. Grayscale: #626262. Windows color (decimal): -10590877 or 6514014. OLE color: 6514014.

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

Color convert

RGB 94 101 99 -
CMYK 0.07 0 0.02 0.60
HSL 162.86º 0.04% 0.38% -
HSV(B) 162.86º 0.07% 0.4% -
XYZ 11.52 12.59 13.63 -
YUV 98.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 94 101 99 0.07 0 0.02 0.60 162.86 0.04 0.38
Hex 5E 65 63 7 0 2 3C A3 4 26
Octal 136 145 143 7 0 2 74 243 4 46
Binary 1011110 1100101 1100011 111 0 10 111100 10100011 100 100110

Color Harmonies of #5E6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6563

Black with #5E6563

Text Example


Text Example

White with #5E6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,101,99); }

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

background-color css

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

 a { background-color: rgb(94,101,99); }

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

border-color css

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

 span { border-color: rgb(94,101,99); }

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