#58687C

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

Shades of Wedgewood #58687C

Tints of Wedgewood #58687C

Color information

#58687C (or 0x58687C) is unknown color: approx Wedgewood. HEX triplet: 58, 68 and 7C. RGB value is (88,104,124). Sum of RGB (Red+Green+Blue) = 88+104+124=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #58687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687C is #A79783. Grayscale: #656565. Windows color (decimal): -10983300 or 8153176. OLE color: 8153176.

HSL color Cylindrical-coordinate representation of color #58687C: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58687C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88104124-
CMYK0.290.1600.51
HSL213.33º16.98%41.57%-
HSV(B)213.33º29.03%48.63%-
XYZ12.6113.4321-
YUV101.5140.7118.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=27.85%
G=32.91%
B=39.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881041240.290.1600.51213.3316.9841.57
Hex58687C1D10033d5112a
Octal13015017435200633252152
Binary101100011010001111100111011000001100111101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58687C; }

 p { color: rgb(88,104,124); }

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

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

 a { background-color: rgb(88,104,124); }

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

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

 span { border-color: rgb(88,104,124); }

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