#55657A

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

Shades of Wedgewood #55657A

Tints of Wedgewood #55657A

Color information

#55657A (or 0x55657A) is unknown color: approx Wedgewood. HEX triplet: 55, 65 and 7A. RGB value is (85,101,122). Sum of RGB (Red+Green+Blue) = 85+101+122=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #55657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55657A is #AA9A85. Grayscale: #626262. Windows color (decimal): -11180678 or 8021333. OLE color: 8021333.

HSL color Cylindrical-coordinate representation of color #55657A: hue angle of 214.05º 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 #55657A is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85101122-
CMYK0.300.1700.52
HSL214.05º17.87%40.59%-
HSV(B)214.05º30.33%47.84%-
XYZ11.9112.6420.22-
YUV98.61141.2118.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=27.60%
G=32.79%
B=39.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851011220.300.1700.52214.0517.8740.59
Hex55657A1E11034d61229
Octal12514517236210643262251
Binary101010111001011111010111101000101101001101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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