#567082

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

Shades of Wedgewood #567082

Tints of Wedgewood #567082

Color information

#567082 (or 0x567082) is unknown color: approx Wedgewood. HEX triplet: 56, 70 and 82. RGB value is (86,112,130). Sum of RGB (Red+Green+Blue) = 86+112+130=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #567082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567082 is #A98F7D. Grayscale: #6A6A6A. Windows color (decimal): -11112318 or 8548438. OLE color: 8548438.

HSL color Cylindrical-coordinate representation of color #567082: hue angle of 204.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567082 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86112130-
CMYK0.340.1400.49
HSL204.55º20.37%42.35%-
HSV(B)204.55º33.85%50.98%-
XYZ13.6615.1823.33-
YUV106.28141.39113.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=26.22%
G=34.15%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861121300.340.1400.49204.5520.3742.35
Hex56708222E031cd142a
Octal12616020242160613152452
Binary1010110111000010000010100010111001100011100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567082; }

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

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

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

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

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

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

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

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