#567183

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

Shades of Wedgewood #567183

Tints of Wedgewood #567183

Color information

#567183 (or 0x567183) is unknown color: approx Wedgewood. HEX triplet: 56, 71 and 83. RGB value is (86,113,131). Sum of RGB (Red+Green+Blue) = 86+113+131=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #567183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567183 is #A98E7C. Grayscale: #6A6A6A. Windows color (decimal): -11112061 or 8614230. OLE color: 8614230.

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

Color convert

RGB86113131-
CMYK0.340.1400.49
HSL204º20.74%42.55%-
HSV(B)204º34.35%51.37%-
XYZ13.8415.4323.72-
YUV106.98141.55113.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=26.06%
G=34.24%
B=39.70%

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
Decimal861131310.340.1400.4920420.7442.55
Hex56718322E031cc152b
Octal12616120342160613142553
Binary1010110111000110000011100010111001100011100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567183; }

 p { color: rgb(86,113,131); }

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

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

 a { background-color: rgb(86,113,131); }

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

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

 span { border-color: rgb(86,113,131); }

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