#5E6966

Color #5E6966 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5E6966

Tints of William #5E6966

Color information

#5E6966 (or 0x5E6966) is unknown color: approx William. HEX triplet: 5E, 69 and 66. RGB value is (94,105,102). Sum of RGB (Red+Green+Blue) = 94+105+102=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6966 is #A19699. Grayscale: #656565. Windows color (decimal): -10589850 or 6711646. OLE color: 6711646.

HSL color Cylindrical-coordinate representation of color #5E6966: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6966 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB94105102-
CMYK0.1000.030.59
HSL163.64º5.53%39.02%-
HSV(B)163.64º10.48%41.18%-
XYZ12.0713.4414.53-
YUV101.37128.36122.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=31.23%
G=34.88%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal941051020.1000.030.59163.645.5339.02
Hex5E6966A033Ba4627
Octal136151146120373244647
Binary101111011010011100110101001111101110100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,102); }

 H1.HeaderClassName
 {
   color: #5E6966;
 }
 .AnyTagClassName
 {
   color: #5E6966;
 }
</style>
background-color css

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

 a { background-color: rgb(94,105,102); }

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

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

 span { border-color: rgb(94,105,102); }

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