#5A6C68

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

Shades of William #5A6C68

Tints of William #5A6C68

Color information

#5A6C68 (or 0x5A6C68) is unknown color: approx William. HEX triplet: 5A, 6C and 68. RGB value is (90,108,104). Sum of RGB (Red+Green+Blue) = 90+108+104=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C68 is #A59397. Grayscale: #666666. Windows color (decimal): -10851224 or 6843482. OLE color: 6843482.

HSL color Cylindrical-coordinate representation of color #5A6C68: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6C68 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB90108104-
CMYK0.1700.040.58
HSL166.67º9.09%38.82%-
HSV(B)166.67º16.67%42.35%-
XYZ12.0813.915.14-
YUV102.16129.04119.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=29.80%
G=35.76%
B=34.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901081040.1700.040.58166.679.0938.82
Hex5A6C6811043Aa7927
Octal1321541502104722471147
Binary101101011011001101000100010100111010101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,104); }

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

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

 a { background-color: rgb(90,108,104); }

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

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

 span { border-color: rgb(90,108,104); }

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