#5F6B68

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

Shades of William #5F6B68

Tints of William #5F6B68

Color information

#5F6B68 (or 0x5F6B68) is unknown color: approx William. HEX triplet: 5F, 6B and 68. RGB value is (95,107,104). Sum of RGB (Red+Green+Blue) = 95+107+104=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B68 is #A09497. Grayscale: #676767. Windows color (decimal): -10523800 or 6843231. OLE color: 6843231.

HSL color Cylindrical-coordinate representation of color #5F6B68: hue angle of 165º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F6B68 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB95107104-
CMYK0.1100.030.58
HSL165º5.94%39.61%-
HSV(B)165º11.21%41.96%-
XYZ12.4813.9515.13-
YUV103.07128.52122.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=31.05%
G=34.97%
B=33.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal951071040.1100.030.581655.9439.61
Hex5F6B68B033Aa5628
Octal137153150130372245650
Binary101111111010111101000101101111101010100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,104); }

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

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

 a { background-color: rgb(95,107,104); }

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

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

 span { border-color: rgb(95,107,104); }

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