#54677E

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

Shades of Wedgewood #54677E

Tints of Wedgewood #54677E

Color information

#54677E (or 0x54677E) is unknown color: approx Wedgewood. HEX triplet: 54, 67 and 7E. RGB value is (84,103,126). Sum of RGB (Red+Green+Blue) = 84+103+126=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #54677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677E is #AB9881. Grayscale: #636363. Windows color (decimal): -11245698 or 8283988. OLE color: 8283988.

HSL color Cylindrical-coordinate representation of color #54677E: hue angle of 212.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54677E is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84103126-
CMYK0.330.1800.51
HSL212.86º20%41.18%-
HSV(B)212.86º33.33%49.41%-
XYZ12.2713.0921.62-
YUV99.94142.71116.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=26.84%
G=32.91%
B=40.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841031260.330.1800.51212.862041.18
Hex54677E2112033d51429
Octal12414717641220633252451
Binary1010100110011111111101000011001001100111101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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