#587286

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

Shades of Wedgewood #587286

Tints of Wedgewood #587286

Color information

#587286 (or 0x587286) is unknown color: approx Wedgewood. HEX triplet: 58, 72 and 86. RGB value is (88,114,134). Sum of RGB (Red+Green+Blue) = 88+114+134=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #587286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587286 is #A78D79. Grayscale: #6C6C6C. Windows color (decimal): -10980730 or 8811096. OLE color: 8811096.

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

Color convert

RGB88114134-
CMYK0.340.1500.47
HSL206.09º20.72%43.53%-
HSV(B)206.09º34.33%52.55%-
XYZ14.3415.8324.85-
YUV108.51142.39113.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=26.19%
G=33.93%
B=39.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881141340.340.1500.47206.0920.7243.53
Hex58728622F02Fce152c
Octal13016220642170573162554
Binary1011000111001010000110100010111101011111100111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587286; }

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

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

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

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

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

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

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

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