#55697A

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

Shades of Wedgewood #55697A

Tints of Wedgewood #55697A

Color information

#55697A (or 0x55697A) is unknown color: approx Wedgewood. HEX triplet: 55, 69 and 7A. RGB value is (85,105,122). Sum of RGB (Red+Green+Blue) = 85+105+122=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #55697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55697A is #AA9685. Grayscale: #646464. Windows color (decimal): -11179654 or 8022357. OLE color: 8022357.

HSL color Cylindrical-coordinate representation of color #55697A: hue angle of 207.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55697A is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85105122-
CMYK0.300.1400.52
HSL207.57º17.87%40.59%-
HSV(B)207.57º30.33%47.84%-
XYZ12.3113.4420.36-
YUV100.96139.87116.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=27.24%
G=33.65%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851051220.300.1400.52207.5717.8740.59
Hex55697A1EE034d01229
Octal12515117236160643202251
Binary10101011101001111101011110111001101001101000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55697A; }

 p { color: rgb(85,105,122); }

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

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

 a { background-color: rgb(85,105,122); }

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

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

 span { border-color: rgb(85,105,122); }

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