#54687C

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

Shades of Wedgewood #54687C

Tints of Wedgewood #54687C

Color information

#54687C (or 0x54687C) is unknown color: approx Wedgewood. HEX triplet: 54, 68 and 7C. RGB value is (84,104,124). Sum of RGB (Red+Green+Blue) = 84+104+124=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #54687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54687C is #AB9783. Grayscale: #646464. Windows color (decimal): -11245444 or 8153172. OLE color: 8153172.

HSL color Cylindrical-coordinate representation of color #54687C: hue angle of 210º 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 #54687C is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84104124-
CMYK0.320.1600.51
HSL210º19.23%40.78%-
HSV(B)210º32.26%48.63%-
XYZ12.2413.2420.98-
YUV100.3141.37116.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=26.92%
G=33.33%
B=39.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841041240.320.1600.5121019.2340.78
Hex54687C2010033d21329
Octal12415017440200633222351
Binary1010100110100011111001000001000001100111101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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