#586F83

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

Shades of Wedgewood #586F83

Tints of Wedgewood #586F83

Color information

#586F83 (or 0x586F83) is unknown color: approx Wedgewood. HEX triplet: 58, 6F and 83. RGB value is (88,111,131). Sum of RGB (Red+Green+Blue) = 88+111+131=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #586F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F83 is #A7907C. Grayscale: #6A6A6A. Windows color (decimal): -10981501 or 8613720. OLE color: 8613720.

HSL color Cylindrical-coordinate representation of color #586F83: hue angle of 207.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586F83 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88111131-
CMYK0.330.1500.49
HSL207.91º19.63%42.94%-
HSV(B)207.91º32.82%51.37%-
XYZ13.8115.0823.66-
YUV106.4141.88114.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=26.67%
G=33.64%
B=39.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881111310.330.1500.49207.9119.6342.94
Hex586F8321F031d0142b
Octal13015720341170613202453
Binary1011000110111110000011100001111101100011101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,131); }

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

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

 a { background-color: rgb(88,111,131); }

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

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

 span { border-color: rgb(88,111,131); }

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