#567086

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

Shades of Wedgewood #567086

Tints of Wedgewood #567086

Color information

#567086 (or 0x567086) is unknown color: approx Wedgewood. HEX triplet: 56, 70 and 86. RGB value is (86,112,134). Sum of RGB (Red+Green+Blue) = 86+112+134=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #567086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567086 is #A98F79. Grayscale: #6A6A6A. Windows color (decimal): -11112314 or 8810582. OLE color: 8810582.

HSL color Cylindrical-coordinate representation of color #567086: hue angle of 207.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #567086 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86112134-
CMYK0.360.1600.47
HSL207.5º21.82%43.14%-
HSV(B)207.5º35.82%52.55%-
XYZ13.9315.2924.77-
YUV106.73143.39113.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=25.90%
G=33.73%
B=40.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861121340.360.1600.47207.521.8243.14
Hex567086241002Fd0162b
Octal12616020644200573202653
Binary10101101110000100001101001001000001011111101000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567086; }

 p { color: rgb(86,112,134); }

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

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

 a { background-color: rgb(86,112,134); }

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

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

 span { border-color: rgb(86,112,134); }

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