#567386

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

Shades of Wedgewood #567386

Tints of Wedgewood #567386

Color information

#567386 (or 0x567386) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 86. RGB value is (86,115,134). Sum of RGB (Red+Green+Blue) = 86+115+134=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #567386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567386 is #A98C79. Grayscale: #6C6C6C. Windows color (decimal): -11111546 or 8811350. OLE color: 8811350.

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

Color convert

RGB86115134-
CMYK0.360.1400.47
HSL203.75º21.82%43.14%-
HSV(B)203.75º35.82%52.55%-
XYZ14.2715.9624.88-
YUV108.49142.39111.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 134 (52.73% from 255) = 40%
R=25.67%
G=34.33%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861151340.360.1400.47203.7521.8243.14
Hex56738624E02Fcc162b
Octal12616320644160573142653
Binary1010110111001110000110100100111001011111100110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567386; }

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

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

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

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

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

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

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

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