#54697C

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

Shades of Wedgewood #54697C

Tints of Wedgewood #54697C

Color information

#54697C (or 0x54697C) is unknown color: approx Wedgewood. HEX triplet: 54, 69 and 7C. RGB value is (84,105,124). Sum of RGB (Red+Green+Blue) = 84+105+124=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #54697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54697C is #AB9683. Grayscale: #646464. Windows color (decimal): -11245188 or 8153428. OLE color: 8153428.

HSL color Cylindrical-coordinate representation of color #54697C: hue angle of 208.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54697C is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84105124-
CMYK0.320.1500.51
HSL208.5º19.23%40.78%-
HSV(B)208.5º32.26%48.63%-
XYZ12.3513.4421.01-
YUV100.89141.04115.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=26.84%
G=33.55%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841051240.320.1500.51208.519.2340.78
Hex54697C20F033d01329
Octal12415117440170633202351
Binary101010011010011111100100000111101100111101000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54697C; }

 p { color: rgb(84,105,124); }

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

<style>
 a { background-color: #54697C; }

 a { background-color: rgb(84,105,124); }

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

<style>
 span { border-color: #54697C; }

 span { border-color: rgb(84,105,124); }

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