#55667F

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

Shades of Wedgewood #55667F

Tints of Wedgewood #55667F

Color information

#55667F (or 0x55667F) is unknown color: approx Wedgewood. HEX triplet: 55, 66 and 7F. RGB value is (85,102,127). Sum of RGB (Red+Green+Blue) = 85+102+127=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #55667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55667F is #AA9980. Grayscale: #636363. Windows color (decimal): -11180417 or 8349269. OLE color: 8349269.

HSL color Cylindrical-coordinate representation of color #55667F: hue angle of 215.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55667F is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85102127-
CMYK0.330.2000.50
HSL215.71º19.81%41.57%-
HSV(B)215.71º33.07%49.8%-
XYZ12.3312.9721.93-
YUV99.77143.37117.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 127 (50% from 255) = 40.45%
R=27.07%
G=32.48%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851021270.330.2000.50215.7119.8141.57
Hex55667F2114032d8142a
Octal12514617741240623302452
Binary1010101110011011111111000011010001100101101100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55667F; }

 p { color: rgb(85,102,127); }

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

<style>
 a { background-color: #55667F; }

 a { background-color: rgb(85,102,127); }

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

<style>
 span { border-color: #55667F; }

 span { border-color: rgb(85,102,127); }

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