#586B7F

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

Shades of Wedgewood #586B7F

Tints of Wedgewood #586B7F

Color information

#586B7F (or 0x586B7F) is unknown color: approx Wedgewood. HEX triplet: 58, 6B and 7F. RGB value is (88,107,127). Sum of RGB (Red+Green+Blue) = 88+107+127=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #586B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7F is #A79480. Grayscale: #676767. Windows color (decimal): -10982529 or 8350552. OLE color: 8350552.

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

Color convert

RGB88107127-
CMYK0.310.1600.50
HSL210.77º18.14%42.16%-
HSV(B)210.77º30.71%49.8%-
XYZ13.1114.1222.11-
YUV103.6141.21116.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 127 (50% from 255) = 39.44%
R=27.33%
G=33.23%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881071270.310.1600.50210.7718.1442.16
Hex586B7F1F10032d3122a
Octal13015317737200623232252
Binary101100011010111111111111111000001100101101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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