#587187

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

Shades of Wedgewood #587187

Tints of Wedgewood #587187

Color information

#587187 (or 0x587187) is unknown color: approx Wedgewood. HEX triplet: 58, 71 and 87. RGB value is (88,113,135). Sum of RGB (Red+Green+Blue) = 88+113+135=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #587187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587187 is #A78E78. Grayscale: #6B6B6B. Windows color (decimal): -10980985 or 8876376. OLE color: 8876376.

HSL color Cylindrical-coordinate representation of color #587187: hue angle of 208.09º 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 #587187 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88113135-
CMYK0.350.1600.47
HSL208.09º21.08%43.73%-
HSV(B)208.09º34.81%52.94%-
XYZ14.315.6325.19-
YUV108.03143.22113.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=26.19%
G=33.63%
B=40.18%

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
Decimal881131350.350.1600.47208.0921.0843.73
Hex587187231002Fd0152c
Octal13016120743200573202554
Binary10110001110001100001111000111000001011111101000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587187; }

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

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

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

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

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

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

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

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