#567387

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

Shades of Wedgewood #567387

Tints of Wedgewood #567387

Color information

#567387 (or 0x567387) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 87. RGB value is (86,115,135). Sum of RGB (Red+Green+Blue) = 86+115+135=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #567387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567387 is #A98C78. Grayscale: #6C6C6C. Windows color (decimal): -11111545 or 8876886. OLE color: 8876886.

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

Color convert

RGB86115135-
CMYK0.360.1500.47
HSL204.49º22.17%43.33%-
HSV(B)204.49º36.3%52.94%-
XYZ14.3415.9925.25-
YUV108.61142.89111.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=25.60%
G=34.23%
B=40.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861151350.360.1500.47204.4922.1743.33
Hex56738724F02Fcc162b
Octal12616320744170573142653
Binary1010110111001110000111100100111101011111100110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567387; }

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

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

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

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

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

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

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

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