#586F85

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

Shades of Wedgewood #586F85

Tints of Wedgewood #586F85

Color information

#586F85 (or 0x586F85) is unknown color: approx Wedgewood. HEX triplet: 58, 6F and 85. RGB value is (88,111,133). Sum of RGB (Red+Green+Blue) = 88+111+133=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #586F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F85 is #A7907A. Grayscale: #6A6A6A. Windows color (decimal): -10981499 or 8744792. OLE color: 8744792.

HSL color Cylindrical-coordinate representation of color #586F85: hue angle of 209.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586F85 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB88111133-
CMYK0.340.1700.48
HSL209.33º20.36%43.33%-
HSV(B)209.33º33.83%52.16%-
XYZ13.9415.1424.38-
YUV106.63142.88114.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=26.51%
G=33.43%
B=40.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881111330.340.1700.48209.3320.3643.33
Hex586F852211030d1142b
Octal13015720542210603212453
Binary10110001101111100001011000101000101100001101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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