#586461

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

Shades of William #586461

Tints of William #586461

Color information

#586461 (or 0x586461) is unknown color: approx William. HEX triplet: 58, 64 and 61. RGB value is (88,100,97). Sum of RGB (Red+Green+Blue) = 88+100+97=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 100 - color contains mainly: green. Hex color #586461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586461 is #A79B9E. Grayscale: #606060. Windows color (decimal): -10984351 or 6382680. OLE color: 6382680.

HSL color Cylindrical-coordinate representation of color #586461: hue angle of 165º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #586461 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB8810097-
CMYK0.1200.030.61
HSL165º6.38%36.86%-
HSV(B)165º12%39.22%-
XYZ10.7412.0513.07-
YUV96.07128.52122.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=30.88%
G=35.09%
B=34.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100970.1200.030.611656.3836.86
Hex586461C033Da5625
Octal130144141140375245645
Binary101100011001001100001110001111110110100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586461; }

 p { color: rgb(88,100,97); }

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

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

 a { background-color: rgb(88,100,97); }

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

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

 span { border-color: rgb(88,100,97); }

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