#5A6361

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

Shades of William #5A6361

Tints of William #5A6361

Color information

#5A6361 (or 0x5A6361) is unknown color: approx William. HEX triplet: 5A, 63 and 61. RGB value is (90,99,97). Sum of RGB (Red+Green+Blue) = 90+99+97=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6361 is #A59C9E. Grayscale: #606060. Windows color (decimal): -10853535 or 6382426. OLE color: 6382426.

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

Color convert

RGB909997-
CMYK0.0900.020.61
HSL166.67º4.76%37.06%-
HSV(B)166.67º9.09%38.82%-
XYZ10.8411.9613.05-
YUV96.08128.52123.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=31.47%
G=34.62%
B=33.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099970.0900.020.61166.674.7637.06
Hex5A63619023Da7525
Octal132143141110275247545
Binary101101011000111100001100101011110110100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,97); }

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

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

 a { background-color: rgb(90,99,97); }

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

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

 span { border-color: rgb(90,99,97); }

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