#55657B

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

Shades of Wedgewood #55657B

Tints of Wedgewood #55657B

Color information

#55657B (or 0x55657B) is unknown color: approx Wedgewood. HEX triplet: 55, 65 and 7B. RGB value is (85,101,123). Sum of RGB (Red+Green+Blue) = 85+101+123=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #55657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55657B is #AA9A84. Grayscale: #626262. Windows color (decimal): -11180677 or 8086869. OLE color: 8086869.

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

Color convert

RGB85101123-
CMYK0.310.1800.52
HSL214.74º18.27%40.78%-
HSV(B)214.74º30.89%48.24%-
XYZ11.9812.6720.55-
YUV98.72141.7118.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=27.51%
G=32.69%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851011230.310.1800.52214.7418.2740.78
Hex55657B1F12034d71229
Octal12514517337220643272251
Binary101010111001011111011111111001001101001101011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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