#54768A

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

Shades of Wedgewood #54768A

Tints of Wedgewood #54768A

Color information

#54768A (or 0x54768A) is unknown color: approx Wedgewood. HEX triplet: 54, 76 and 8A. RGB value is (84,118,138). Sum of RGB (Red+Green+Blue) = 84+118+138=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #54768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768A is #AB8975. Grayscale: #6E6E6E. Windows color (decimal): -11241846 or 9074260. OLE color: 9074260.

HSL color Cylindrical-coordinate representation of color #54768A: hue angle of 202.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54768A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84118138-
CMYK0.390.1400.46
HSL202.22º24.32%43.53%-
HSV(B)202.22º39.13%54.12%-
XYZ14.7216.6826.49-
YUV110.11143.74109.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=24.71%
G=34.71%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841181380.390.1400.46202.2224.3243.53
Hex54768A27E02Eca182c
Octal12416621247160563123054
Binary1010100111011010001010100111111001011101100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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