#567288

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

Shades of Wedgewood #567288

Tints of Wedgewood #567288

Color information

#567288 (or 0x567288) is unknown color: approx Wedgewood. HEX triplet: 56, 72 and 88. RGB value is (86,114,136). Sum of RGB (Red+Green+Blue) = 86+114+136=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #567288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567288 is #A98D77. Grayscale: #6C6C6C. Windows color (decimal): -11111800 or 8942166. OLE color: 8942166.

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

Color convert

RGB86114136-
CMYK0.370.1600.47
HSL206.4º22.52%43.53%-
HSV(B)206.4º36.76%53.33%-
XYZ14.315.7925.59-
YUV108.14143.72112.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=25.60%
G=33.93%
B=40.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861141360.370.1600.47206.422.5243.53
Hex567288251002Fce172c
Octal12616221045200573162754
Binary10101101110010100010001001011000001011111100111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567288; }

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

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

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

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

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

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

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

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