#543172

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

Shades of Blue Diamond #543172

Tints of Blue Diamond #543172

Color information

#543172 (or 0x543172) is unknown color: approx Blue Diamond. HEX triplet: 54, 31 and 72. RGB value is (84,49,114). Sum of RGB (Red+Green+Blue) = 84+49+114=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #543172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543172 is #ABCE8D. Grayscale: #424242. Windows color (decimal): -11259534 or 7483732. OLE color: 7483732.

HSL color Cylindrical-coordinate representation of color #543172: hue angle of 272.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #543172 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8449114-
CMYK0.260.5700.55
HSL272.31º39.88%31.96%-
HSV(B)272.31º57.02%44.71%-
XYZ7.795.316.53-
YUV66.88154.6140.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=34.01%
G=19.84%
B=46.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84491140.260.5700.55272.3139.8831.96
Hex5431721A390371102820
Octal1246116232710674205040
Binary10101001100011110010110101110010110111100010000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543172; }

 p { color: rgb(84,49,114); }

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

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

 a { background-color: rgb(84,49,114); }

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

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

 span { border-color: rgb(84,49,114); }

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