#55758E

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

Shades of Wedgewood #55758E

Tints of Wedgewood #55758E

Color information

#55758E (or 0x55758E) is unknown color: approx Wedgewood. HEX triplet: 55, 75 and 8E. RGB value is (85,117,142). Sum of RGB (Red+Green+Blue) = 85+117+142=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #55758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55758E is #AA8A71. Grayscale: #6E6E6E. Windows color (decimal): -11176562 or 9336149. OLE color: 9336149.

HSL color Cylindrical-coordinate representation of color #55758E: hue angle of 206.32º 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 #55758E is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85117142-
CMYK0.400.1800.44
HSL206.32º25.11%44.51%-
HSV(B)206.32º40.14%55.69%-
XYZ14.9916.6128.01-
YUV110.28145.9109.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=24.71%
G=34.01%
B=41.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851171420.400.1800.44206.3225.1144.51
Hex55758E281202Cce192d
Octal12516521650220543163155
Binary10101011110101100011101010001001001011001100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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