#55768E

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

Shades of Wedgewood #55768E

Tints of Wedgewood #55768E

Color information

#55768E (or 0x55768E) is unknown color: approx Wedgewood. HEX triplet: 55, 76 and 8E. RGB value is (85,118,142). Sum of RGB (Red+Green+Blue) = 85+118+142=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #55768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55768E is #AA8971. Grayscale: #6E6E6E. Windows color (decimal): -11176306 or 9336405. OLE color: 9336405.

HSL color Cylindrical-coordinate representation of color #55768E: hue angle of 205.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55768E is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85118142-
CMYK0.400.1700.44
HSL205.26º25.11%44.51%-
HSV(B)205.26º40.14%55.69%-
XYZ15.1116.8428.05-
YUV110.87145.57109.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=24.64%
G=34.20%
B=41.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851181420.400.1700.44205.2625.1144.51
Hex55768E281102Ccd192d
Octal12516621650210543153155
Binary10101011110110100011101010001000101011001100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55768E; }

 p { color: rgb(85,118,142); }

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

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

 a { background-color: rgb(85,118,142); }

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

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

 span { border-color: rgb(85,118,142); }

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