#58697B

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

Shades of Wedgewood #58697B

Tints of Wedgewood #58697B

Color information

#58697B (or 0x58697B) is unknown color: approx Wedgewood. HEX triplet: 58, 69 and 7B. RGB value is (88,105,123). Sum of RGB (Red+Green+Blue) = 88+105+123=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #58697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58697B is #A79684. Grayscale: #656565. Windows color (decimal): -10983045 or 8087896. OLE color: 8087896.

HSL color Cylindrical-coordinate representation of color #58697B: hue angle of 210.86º 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 #58697B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88105123-
CMYK0.280.1500.52
HSL210.86º16.59%41.37%-
HSV(B)210.86º28.46%48.24%-
XYZ12.6513.6120.7-
YUV101.97139.87118.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=27.85%
G=33.23%
B=38.92%

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
Decimal881051230.280.1500.52210.8616.5941.37
Hex58697B1CF034d31129
Octal13015117334170643232151
Binary10110001101001111101111100111101101001101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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