#5F6B69

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

Shades of William #5F6B69

Tints of William #5F6B69

Color information

#5F6B69 (or 0x5F6B69) is unknown color: approx William. HEX triplet: 5F, 6B and 69. RGB value is (95,107,105). Sum of RGB (Red+Green+Blue) = 95+107+105=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B69 is #A09496. Grayscale: #676767. Windows color (decimal): -10523799 or 6908767. OLE color: 6908767.

HSL color Cylindrical-coordinate representation of color #5F6B69: hue angle of 170º 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 #5F6B69 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB95107105-
CMYK0.1100.020.58
HSL170º5.94%39.61%-
HSV(B)170º11.21%41.96%-
XYZ12.5313.9715.4-
YUV103.18129.02122.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=30.94%
G=34.85%
B=34.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal951071050.1100.020.581705.9439.61
Hex5F6B69B023Aaa628
Octal137153151130272252650
Binary101111111010111101001101101011101010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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