#5A6C66

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

Shades of William #5A6C66

Tints of William #5A6C66

Color information

#5A6C66 (or 0x5A6C66) is unknown color: approx William. HEX triplet: 5A, 6C and 66. RGB value is (90,108,102). Sum of RGB (Red+Green+Blue) = 90+108+102=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C66 is #A59399. Grayscale: #656565. Windows color (decimal): -10851226 or 6712410. OLE color: 6712410.

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

Color convert

RGB90108102-
CMYK0.1700.060.58
HSL160º9.09%38.82%-
HSV(B)160º16.67%42.35%-
XYZ11.9813.8614.61-
YUV101.93128.04119.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 102 (40.23% from 255) = 34%
R=30%
G=36%
B=34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901081020.1700.060.581609.0938.82
Hex5A6C6611063Aa0927
Octal1321541462106722401147
Binary101101011011001100110100010110111010101000001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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