#567284

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

Shades of Wedgewood #567284

Tints of Wedgewood #567284

Color information

#567284 (or 0x567284) is unknown color: approx Wedgewood. HEX triplet: 56, 72 and 84. RGB value is (86,114,132). Sum of RGB (Red+Green+Blue) = 86+114+132=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #567284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567284 is #A98D7B. Grayscale: #6B6B6B. Windows color (decimal): -11111804 or 8680022. OLE color: 8680022.

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

Color convert

RGB86114132-
CMYK0.350.1400.48
HSL203.48º21.1%42.75%-
HSV(B)203.48º34.85%51.76%-
XYZ14.0215.6824.12-
YUV107.68141.72112.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=25.90%
G=34.34%
B=39.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861141320.350.1400.48203.4821.142.75
Hex56728423E030cb152b
Octal12616220443160603132553
Binary1010110111001010000100100011111001100001100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567284; }

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

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

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

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

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

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

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

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