#547384

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

Shades of Wedgewood #547384

Tints of Wedgewood #547384

Color information

#547384 (or 0x547384) is unknown color: approx Wedgewood. HEX triplet: 54, 73 and 84. RGB value is (84,115,132). Sum of RGB (Red+Green+Blue) = 84+115+132=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #547384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547384 is #AB8C7B. Grayscale: #6B6B6B. Windows color (decimal): -11242620 or 8680276. OLE color: 8680276.

HSL color Cylindrical-coordinate representation of color #547384: hue angle of 201.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547384 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84115132-
CMYK0.360.1300.48
HSL201.25º22.22%42.35%-
HSV(B)201.25º36.36%51.76%-
XYZ13.9515.8124.15-
YUV107.67141.73111.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=25.38%
G=34.74%
B=39.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841151320.360.1300.48201.2522.2242.35
Hex54738424D030c9162a
Octal12416320444150603112652
Binary1010100111001110000100100100110101100001100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547384; }

 p { color: rgb(84,115,132); }

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

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

 a { background-color: rgb(84,115,132); }

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

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

 span { border-color: rgb(84,115,132); }

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