#547790

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

Shades of Wedgewood #547790

Tints of Wedgewood #547790

Color information

#547790 (or 0x547790) is unknown color: approx Wedgewood. HEX triplet: 54, 77 and 90. RGB value is (84,119,144). Sum of RGB (Red+Green+Blue) = 84+119+144=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #547790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547790 is #AB886F. Grayscale: #6F6F6F. Windows color (decimal): -11241584 or 9467732. OLE color: 9467732.

HSL color Cylindrical-coordinate representation of color #547790: hue angle of 205º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547790 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84119144-
CMYK0.420.1700.44
HSL205º26.32%44.71%-
HSV(B)205º41.67%56.47%-
XYZ15.2917.0928.88-
YUV111.38146.4108.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=24.21%
G=34.29%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841191440.420.1700.4420526.3244.71
Hex5477902A1102Ccd1a2d
Octal12416722052210543153255
Binary10101001110111100100001010101000101011001100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547790; }

 p { color: rgb(84,119,144); }

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

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

 a { background-color: rgb(84,119,144); }

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

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

 span { border-color: rgb(84,119,144); }

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