#586F84

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

Shades of Wedgewood #586F84

Tints of Wedgewood #586F84

Color information

#586F84 (or 0x586F84) is unknown color: approx Wedgewood. HEX triplet: 58, 6F and 84. RGB value is (88,111,132). Sum of RGB (Red+Green+Blue) = 88+111+132=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #586F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F84 is #A7907B. Grayscale: #6A6A6A. Windows color (decimal): -10981500 or 8679256. OLE color: 8679256.

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

Color convert

RGB88111132-
CMYK0.330.1600.48
HSL208.64º20%43.14%-
HSV(B)208.64º33.33%51.76%-
XYZ13.8715.1124.02-
YUV106.52142.38114.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=26.59%
G=33.53%
B=39.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881111320.330.1600.48208.642043.14
Hex586F842110030d1142b
Octal13015720441200603212453
Binary10110001101111100001001000011000001100001101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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