#586B7A

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

Shades of Wedgewood #586B7A

Tints of Wedgewood #586B7A

Color information

#586B7A (or 0x586B7A) is unknown color: approx Wedgewood. HEX triplet: 58, 6B and 7A. RGB value is (88,107,122). Sum of RGB (Red+Green+Blue) = 88+107+122=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #586B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7A is #A79485. Grayscale: #666666. Windows color (decimal): -10982534 or 8022872. OLE color: 8022872.

HSL color Cylindrical-coordinate representation of color #586B7A: hue angle of 206.47º degrees, saturation: 0.16, 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 #586B7A is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88107122-
CMYK0.280.1200.52
HSL206.47º16.19%41.18%-
HSV(B)206.47º27.87%47.84%-
XYZ12.81420.44-
YUV103.03138.71117.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=27.76%
G=33.75%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881071220.280.1200.52206.4716.1941.18
Hex586B7A1CC034ce1029
Octal13015317234140643162051
Binary10110001101011111101011100110001101001100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586B7A; }

 p { color: rgb(88,107,122); }

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

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

 a { background-color: rgb(88,107,122); }

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

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

 span { border-color: rgb(88,107,122); }

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