#58697E

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

Shades of Wedgewood #58697E

Tints of Wedgewood #58697E

Color information

#58697E (or 0x58697E) is unknown color: approx Wedgewood. HEX triplet: 58, 69 and 7E. RGB value is (88,105,126). Sum of RGB (Red+Green+Blue) = 88+105+126=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #58697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58697E is #A79681. Grayscale: #666666. Windows color (decimal): -10983042 or 8284504. OLE color: 8284504.

HSL color Cylindrical-coordinate representation of color #58697E: hue angle of 213.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58697E is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88105126-
CMYK0.300.1700.51
HSL213.16º17.76%41.96%-
HSV(B)213.16º30.16%49.41%-
XYZ12.8413.6821.7-
YUV102.31141.37117.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=27.59%
G=32.92%
B=39.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881051260.300.1700.51213.1617.7641.96
Hex58697E1E11033d5122a
Octal13015117636210633252252
Binary101100011010011111110111101000101100111101010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58697E; }

 p { color: rgb(88,105,126); }

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

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

 a { background-color: rgb(88,105,126); }

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

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

 span { border-color: rgb(88,105,126); }

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