#54768D

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

Shades of Wedgewood #54768D

Tints of Wedgewood #54768D

Color information

#54768D (or 0x54768D) is unknown color: approx Wedgewood. HEX triplet: 54, 76 and 8D. RGB value is (84,118,141). Sum of RGB (Red+Green+Blue) = 84+118+141=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #54768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768D is #AB8972. Grayscale: #6E6E6E. Windows color (decimal): -11241843 or 9270868. OLE color: 9270868.

HSL color Cylindrical-coordinate representation of color #54768D: hue angle of 204.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54768D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84118141-
CMYK0.400.1600.45
HSL204.21º25.33%44.12%-
HSV(B)204.21º40.43%55.29%-
XYZ14.9416.7627.65-
YUV110.46145.24109.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=24.49%
G=34.40%
B=41.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841181410.400.1600.45204.2125.3344.12
Hex54768D281002Dcc192c
Octal12416621550200553143154
Binary10101001110110100011011010001000001011011100110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,118,141); }

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

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

 a { background-color: rgb(84,118,141); }

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

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

 span { border-color: rgb(84,118,141); }

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