#54677F

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

Shades of Wedgewood #54677F

Tints of Wedgewood #54677F

Color information

#54677F (or 0x54677F) is unknown color: approx Wedgewood. HEX triplet: 54, 67 and 7F. RGB value is (84,103,127). Sum of RGB (Red+Green+Blue) = 84+103+127=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 103 (40.62% from 255 or 32.80% 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 #54677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677F is #AB9880. Grayscale: #636363. Windows color (decimal): -11245697 or 8349524. OLE color: 8349524.

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

Color convert

RGB84103127-
CMYK0.340.1900.50
HSL213.49º20.38%41.37%-
HSV(B)213.49º33.86%49.8%-
XYZ12.3413.1221.96-
YUV100.06143.21116.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 127 (50% from 255) = 40.45%
R=26.75%
G=32.80%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841031270.340.1900.50213.4920.3841.37
Hex54677F2213032d51429
Octal12414717742230623252451
Binary1010100110011111111111000101001101100101101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,103,127); }

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

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

 a { background-color: rgb(84,103,127); }

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

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

 span { border-color: rgb(84,103,127); }

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