#567389

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

Shades of Wedgewood #567389

Tints of Wedgewood #567389

Color information

#567389 (or 0x567389) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 89. RGB value is (86,115,137). Sum of RGB (Red+Green+Blue) = 86+115+137=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #567389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567389 is #A98C76. Grayscale: #6C6C6C. Windows color (decimal): -11111543 or 9007958. OLE color: 9007958.

HSL color Cylindrical-coordinate representation of color #567389: hue angle of 205.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567389 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86115137-
CMYK0.370.1600.46
HSL205.88º22.87%43.73%-
HSV(B)205.88º37.23%53.73%-
XYZ14.4816.0526-
YUV108.84143.89111.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=25.44%
G=34.02%
B=40.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861151370.370.1600.46205.8822.8743.73
Hex567389251002Ece172c
Octal12616321145200563162754
Binary10101101110011100010011001011000001011101100111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567389; }

 p { color: rgb(86,115,137); }

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

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

 a { background-color: rgb(86,115,137); }

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

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

 span { border-color: rgb(86,115,137); }

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