#586B7E

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

Shades of Wedgewood #586B7E

Tints of Wedgewood #586B7E

Color information

#586B7E (or 0x586B7E) is unknown color: approx Wedgewood. HEX triplet: 58, 6B and 7E. RGB value is (88,107,126). Sum of RGB (Red+Green+Blue) = 88+107+126=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #586B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7E is #A79481. Grayscale: #676767. Windows color (decimal): -10982530 or 8285016. OLE color: 8285016.

HSL color Cylindrical-coordinate representation of color #586B7E: hue angle of 210º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #586B7E is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88107126-
CMYK0.300.1500.51
HSL210º17.76%41.96%-
HSV(B)210º30.16%49.41%-
XYZ13.0514.121.77-
YUV103.48140.71116.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=27.41%
G=33.33%
B=39.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881071260.300.1500.5121017.7641.96
Hex586B7E1EF033d2122a
Octal13015317636170633222252
Binary10110001101011111111011110111101100111101001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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