#587185

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

Shades of Wedgewood #587185

Tints of Wedgewood #587185

Color information

#587185 (or 0x587185) is unknown color: approx Wedgewood. HEX triplet: 58, 71 and 85. RGB value is (88,113,133). Sum of RGB (Red+Green+Blue) = 88+113+133=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #587185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587185 is #A78E7A. Grayscale: #6B6B6B. Windows color (decimal): -10980987 or 8745304. OLE color: 8745304.

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

Color convert

RGB88113133-
CMYK0.340.1500.48
HSL206.67º20.36%43.33%-
HSV(B)206.67º33.83%52.16%-
XYZ14.1615.5824.45-
YUV107.8142.22113.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=26.35%
G=33.83%
B=39.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881131330.340.1500.48206.6720.3643.33
Hex58718522F030cf142b
Octal13016120542170603172453
Binary1011000111000110000101100010111101100001100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587185; }

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

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

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

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

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

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

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

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