#5A6865

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

Shades of William #5A6865

Tints of William #5A6865

Color information

#5A6865 (or 0x5A6865) is unknown color: approx William. HEX triplet: 5A, 68 and 65. RGB value is (90,104,101). Sum of RGB (Red+Green+Blue) = 90+104+101=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6865 is #A5979A. Grayscale: #636363. Windows color (decimal): -10852251 or 6645850. OLE color: 6645850.

HSL color Cylindrical-coordinate representation of color #5A6865: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6865 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB90104101-
CMYK0.1300.030.59
HSL167.14º7.22%38.04%-
HSV(B)167.14º13.46%40.78%-
XYZ11.5213.0114.22-
YUV99.47128.86121.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=30.51%
G=35.25%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal901041010.1300.030.59167.147.2238.04
Hex5A6865D033Ba7726
Octal132150145150373247746
Binary101101011010001100101110101111101110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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