#587285

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

Shades of Wedgewood #587285

Tints of Wedgewood #587285

Color information

#587285 (or 0x587285) is unknown color: approx Wedgewood. HEX triplet: 58, 72 and 85. RGB value is (88,114,133). Sum of RGB (Red+Green+Blue) = 88+114+133=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #587285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587285 is #A78D7A. Grayscale: #6C6C6C. Windows color (decimal): -10980731 or 8745560. OLE color: 8745560.

HSL color Cylindrical-coordinate representation of color #587285: hue angle of 205.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 #587285 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB88114133-
CMYK0.340.1400.48
HSL205.33º20.36%43.33%-
HSV(B)205.33º33.83%52.16%-
XYZ14.2815.824.49-
YUV108.39141.89113.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=26.27%
G=34.03%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881141330.340.1400.48205.3320.3643.33
Hex58728522E030cd142b
Octal13016220542160603152453
Binary1011000111001010000101100010111001100001100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587285; }

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

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

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

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

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

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

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

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