#587287

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

Shades of Wedgewood #587287

Tints of Wedgewood #587287

Color information

#587287 (or 0x587287) is unknown color: approx Wedgewood. HEX triplet: 58, 72 and 87. RGB value is (88,114,135). Sum of RGB (Red+Green+Blue) = 88+114+135=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #587287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587287 is #A78D78. Grayscale: #6C6C6C. Windows color (decimal): -10980729 or 8876632. OLE color: 8876632.

HSL color Cylindrical-coordinate representation of color #587287: hue angle of 206.81º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #587287 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88114135-
CMYK0.350.1600.47
HSL206.81º21.08%43.73%-
HSV(B)206.81º34.81%52.94%-
XYZ14.4115.8625.22-
YUV108.62142.89113.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=26.11%
G=33.83%
B=40.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881141350.350.1600.47206.8121.0843.73
Hex587287231002Fcf152c
Octal13016220743200573172554
Binary10110001110010100001111000111000001011111100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587287; }

 p { color: rgb(88,114,135); }

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

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

 a { background-color: rgb(88,114,135); }

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

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

 span { border-color: rgb(88,114,135); }

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