#542E71

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

Shades of Blue Diamond #542E71

Tints of Blue Diamond #542E71

Color information

#542E71 (or 0x542E71) is unknown color: approx Blue Diamond. HEX triplet: 54, 2E and 71. RGB value is (84,46,113). Sum of RGB (Red+Green+Blue) = 84+46+113=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #542E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E71 is #ABD18E. Grayscale: #404040. Windows color (decimal): -11260303 or 7417428. OLE color: 7417428.

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

Color convert

RGB8446113-
CMYK0.260.5900.56
HSL274.03º42.14%31.18%-
HSV(B)274.03º59.29%44.31%-
XYZ7.615.0316.19-
YUV65155.09141.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=34.57%
G=18.93%
B=46.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84461130.260.5900.56274.0342.1431.18
Hex542E711A3B0381122a1f
Octal1245616132730704225237
Binary1010100101110111000111010111011011100010001001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E71; }

 p { color: rgb(84,46,113); }

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

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

 a { background-color: rgb(84,46,113); }

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

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

 span { border-color: rgb(84,46,113); }

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