#54667C

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

Shades of Wedgewood #54667C

Tints of Wedgewood #54667C

Color information

#54667C (or 0x54667C) is unknown color: approx Wedgewood. HEX triplet: 54, 66 and 7C. RGB value is (84,102,124). Sum of RGB (Red+Green+Blue) = 84+102+124=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #54667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54667C is #AB9983. Grayscale: #636363. Windows color (decimal): -11245956 or 8152660. OLE color: 8152660.

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

Color convert

RGB84102124-
CMYK0.320.1800.51
HSL213º19.23%40.78%-
HSV(B)213º32.26%48.63%-
XYZ12.0512.8420.91-
YUV99.13142.04117.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 124 (48.83% from 255) = 40%
R=27.10%
G=32.90%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841021240.320.1800.5121319.2340.78
Hex54667C2012033d51329
Octal12414617440220633252351
Binary1010100110011011111001000001001001100111101010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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