#567087

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

Shades of Wedgewood #567087

Tints of Wedgewood #567087

Color information

#567087 (or 0x567087) is unknown color: approx Wedgewood. HEX triplet: 56, 70 and 87. RGB value is (86,112,135). Sum of RGB (Red+Green+Blue) = 86+112+135=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #567087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567087 is #A98F78. Grayscale: #6A6A6A. Windows color (decimal): -11112313 or 8876118. OLE color: 8876118.

HSL color Cylindrical-coordinate representation of color #567087: hue angle of 208.16º 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 #567087 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86112135-
CMYK0.360.1700.47
HSL208.16º22.17%43.33%-
HSV(B)208.16º36.3%52.94%-
XYZ14.0115.3225.14-
YUV106.85143.89113.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=25.83%
G=33.63%
B=40.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861121350.360.1700.47208.1622.1743.33
Hex567087241102Fd0162b
Octal12616020744210573202653
Binary10101101110000100001111001001000101011111101000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567087; }

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

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

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

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

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

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

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

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