#542F71

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

Shades of Blue Diamond #542F71

Tints of Blue Diamond #542F71

Color information

#542F71 (or 0x542F71) is unknown color: approx Blue Diamond. HEX triplet: 54, 2F and 71. RGB value is (84,47,113). Sum of RGB (Red+Green+Blue) = 84+47+113=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #542F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F71 is #ABD08E. Grayscale: #414141. Windows color (decimal): -11260047 or 7417684. OLE color: 7417684.

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

Color convert

RGB8447113-
CMYK0.260.5800.56
HSL273.64º41.25%31.37%-
HSV(B)273.64º58.41%44.31%-
XYZ7.655.1116.21-
YUV65.59154.76141.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=34.43%
G=19.26%
B=46.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84471130.260.5800.56273.6441.2531.37
Hex542F711A3A038112291f
Octal1245716132720704225137
Binary1010100101111111000111010111010011100010001001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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