#54758D

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

Shades of Wedgewood #54758D

Tints of Wedgewood #54758D

Color information

#54758D (or 0x54758D) is unknown color: approx Wedgewood. HEX triplet: 54, 75 and 8D. RGB value is (84,117,141). Sum of RGB (Red+Green+Blue) = 84+117+141=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #54758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54758D is #AB8A72. Grayscale: #6D6D6D. Windows color (decimal): -11242099 or 9270612. OLE color: 9270612.

HSL color Cylindrical-coordinate representation of color #54758D: hue angle of 205.26º 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 #54758D is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84117141-
CMYK0.400.1700.45
HSL205.26º25.33%44.12%-
HSV(B)205.26º40.43%55.29%-
XYZ14.8316.5327.61-
YUV109.87145.57109.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=24.56%
G=34.21%
B=41.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841171410.400.1700.45205.2625.3344.12
Hex54758D281102Dcd192c
Octal12416521550210553153154
Binary10101001110101100011011010001000101011011100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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