#567388

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

Shades of Wedgewood #567388

Tints of Wedgewood #567388

Color information

#567388 (or 0x567388) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 88. RGB value is (86,115,136). Sum of RGB (Red+Green+Blue) = 86+115+136=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #567388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567388 is #A98C77. Grayscale: #6C6C6C. Windows color (decimal): -11111544 or 8942422. OLE color: 8942422.

HSL color Cylindrical-coordinate representation of color #567388: hue angle of 205.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567388 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86115136-
CMYK0.370.1500.47
HSL205.2º22.52%43.53%-
HSV(B)205.2º36.76%53.33%-
XYZ14.4116.0225.62-
YUV108.72143.39111.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=25.52%
G=34.12%
B=40.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861151360.370.1500.47205.222.5243.53
Hex56738825F02Fcd172c
Octal12616321045170573152754
Binary1010110111001110001000100101111101011111100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567388; }

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

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

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

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

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

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

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

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