#54768c

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

Shades of Wedgewood #54768C

Tints of Wedgewood #54768C

Color information

#54768C (or 0x54768C) is unknown color: approx Wedgewood. HEX triplet: 54, 76 and 8C. RGB value is (84,118,140). Sum of RGB (Red+Green+Blue) = 84+118+140=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #54768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768C is #AB8973. Grayscale: #6E6E6E. Windows color (decimal): -11241844 or 9205332. OLE color: 9205332.

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

Color convert

RGB84118140-
CMYK0.40.1600.45
HSL203.57º25%43.92%-
HSV(B)203.57º40%54.9%-
XYZ14.8716.7427.26-
YUV110.34144.74109.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=24.56%
G=34.50%
B=40.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841181400.40.1600.45203.572543.92
Hex54768C281002Dcc192c
Octal12416621450200553143154
Binary10101001110110100011001010001000001011011100110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54768c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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