#586D7F

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

Shades of Wedgewood #586D7F

Tints of Wedgewood #586D7F

Color information

#586D7F (or 0x586D7F) is unknown color: approx Wedgewood. HEX triplet: 58, 6D and 7F. RGB value is (88,109,127). Sum of RGB (Red+Green+Blue) = 88+109+127=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #586D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D7F is #A79280. Grayscale: #686868. Windows color (decimal): -10982017 or 8351064. OLE color: 8351064.

HSL color Cylindrical-coordinate representation of color #586D7F: hue angle of 207.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #586D7F is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88109127-
CMYK0.310.1400.50
HSL207.69º18.14%42.16%-
HSV(B)207.69º30.71%49.8%-
XYZ13.3214.5422.18-
YUV104.77140.54116.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 127 (50% from 255) = 39.20%
R=27.16%
G=33.64%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881091270.310.1400.50207.6918.1442.16
Hex586D7F1FE032d0122a
Octal13015517737160623202252
Binary10110001101101111111111111111001100101101000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586D7F; }

 p { color: rgb(88,109,127); }

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

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

 a { background-color: rgb(88,109,127); }

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

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

 span { border-color: rgb(88,109,127); }

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