#58687B

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

Shades of Wedgewood #58687B

Tints of Wedgewood #58687B

Color information

#58687B (or 0x58687B) is unknown color: approx Wedgewood. HEX triplet: 58, 68 and 7B. RGB value is (88,104,123). Sum of RGB (Red+Green+Blue) = 88+104+123=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #58687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687B is #A79784. Grayscale: #656565. Windows color (decimal): -10983301 or 8087640. OLE color: 8087640.

HSL color Cylindrical-coordinate representation of color #58687B: hue angle of 212.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58687B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88104123-
CMYK0.280.1500.52
HSL212.57º16.59%41.37%-
HSV(B)212.57º28.46%48.24%-
XYZ12.5513.4120.66-
YUV101.38140.2118.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=27.94%
G=33.02%
B=39.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881041230.280.1500.52212.5716.5941.37
Hex58687B1CF034d51129
Octal13015017334170643252151
Binary10110001101000111101111100111101101001101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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