#54677D

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

Shades of Wedgewood #54677D

Tints of Wedgewood #54677D

Color information

#54677D (or 0x54677D) is unknown color: approx Wedgewood. HEX triplet: 54, 67 and 7D. RGB value is (84,103,125). Sum of RGB (Red+Green+Blue) = 84+103+125=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #54677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677D is #AB9882. Grayscale: #636363. Windows color (decimal): -11245699 or 8218452. OLE color: 8218452.

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

Color convert

RGB84103125-
CMYK0.330.1800.51
HSL212.2º19.62%40.98%-
HSV(B)212.2º32.8%49.02%-
XYZ12.2113.0721.28-
YUV99.83142.21116.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=26.92%
G=33.01%
B=40.06%

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
Decimal841031250.330.1800.51212.219.6240.98
Hex54677D2112033d41429
Octal12414717541220633242451
Binary1010100110011111111011000011001001100111101010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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