#567384

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

Shades of Wedgewood #567384

Tints of Wedgewood #567384

Color information

#567384 (or 0x567384) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 84. RGB value is (86,115,132). Sum of RGB (Red+Green+Blue) = 86+115+132=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #567384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567384 is #A98C7B. Grayscale: #6C6C6C. Windows color (decimal): -11111548 or 8680278. OLE color: 8680278.

HSL color Cylindrical-coordinate representation of color #567384: hue angle of 202.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567384 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86115132-
CMYK0.350.1300.48
HSL202.17º21.1%42.75%-
HSV(B)202.17º34.85%51.76%-
XYZ14.1315.9124.16-
YUV108.27141.39112.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=25.83%
G=34.53%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861151320.350.1300.48202.1721.142.75
Hex56738423D030ca152b
Octal12616320443150603122553
Binary1010110111001110000100100011110101100001100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567384; }

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

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

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

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

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

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

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

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