#542771

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

Shades of Blue Diamond #542771

Tints of Blue Diamond #542771

Color information

#542771 (or 0x542771) is unknown color: approx Blue Diamond. HEX triplet: 54, 27 and 71. RGB value is (84,39,113). Sum of RGB (Red+Green+Blue) = 84+39+113=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #542771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542771 is #ABD88E. Grayscale: #3C3C3C. Windows color (decimal): -11262095 or 7415636. OLE color: 7415636.

HSL color Cylindrical-coordinate representation of color #542771: hue angle of 276.49º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #542771 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8439113-
CMYK0.260.6500.56
HSL276.49º48.68%29.8%-
HSV(B)276.49º65.49%44.31%-
XYZ7.364.5316.11-
YUV60.89157.41144.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=35.59%
G=16.53%
B=47.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84391130.260.6500.56276.4948.6829.8
Hex5427711A41038114311e
Octal12447161321010704246136
Binary10101001001111110001110101000001011100010001010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542771; }

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

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

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

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

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

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

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

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