#586C7F

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

Shades of Wedgewood #586C7F

Tints of Wedgewood #586C7F

Color information

#586C7F (or 0x586C7F) is unknown color: approx Wedgewood. HEX triplet: 58, 6C and 7F. RGB value is (88,108,127). Sum of RGB (Red+Green+Blue) = 88+108+127=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #586C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C7F is #A79380. Grayscale: #686868. Windows color (decimal): -10982273 or 8350808. OLE color: 8350808.

HSL color Cylindrical-coordinate representation of color #586C7F: hue angle of 209.23º 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 #586C7F is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88108127-
CMYK0.310.1500.50
HSL209.23º18.14%42.16%-
HSV(B)209.23º30.71%49.8%-
XYZ13.2214.3322.15-
YUV104.19140.87116.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 127 (50% from 255) = 39.32%
R=27.24%
G=33.44%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881081270.310.1500.50209.2318.1442.16
Hex586C7F1FF032d1122a
Octal13015417737170623212252
Binary10110001101100111111111111111101100101101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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