#543772

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

Shades of Blue Diamond #543772

Tints of Blue Diamond #543772

Color information

#543772 (or 0x543772) is unknown color: approx Blue Diamond. HEX triplet: 54, 37 and 72. RGB value is (84,55,114). Sum of RGB (Red+Green+Blue) = 84+55+114=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #543772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543772 is #ABC88D. Grayscale: #464646. Windows color (decimal): -11257998 or 7485268. OLE color: 7485268.

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

Color convert

RGB8455114-
CMYK0.260.5200.55
HSL269.49º34.91%33.14%-
HSV(B)269.49º51.75%44.71%-
XYZ8.065.8316.62-
YUV70.4152.61137.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=33.20%
G=21.74%
B=45.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84551140.260.5200.55269.4934.9133.14
Hex5437721A3403710d2321
Octal1246716232640674154341
Binary10101001101111110010110101101000110111100001101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543772; }

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

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

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

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

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

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

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

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