#542071

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

Shades of Blue Diamond #542071

Tints of Blue Diamond #542071

Color information

#542071 (or 0x542071) is unknown color: approx Blue Diamond. HEX triplet: 54, 20 and 71. RGB value is (84,32,113). Sum of RGB (Red+Green+Blue) = 84+32+113=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #542071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542071 is #ABDF8E. Grayscale: #383838. Windows color (decimal): -11263887 or 7413844. OLE color: 7413844.

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

Color convert

RGB8432113-
CMYK0.260.7200.56
HSL278.52º55.86%28.43%-
HSV(B)278.52º71.68%44.31%-
XYZ7.154.1116.04-
YUV56.78159.73147.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=36.68%
G=13.97%
B=49.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84321130.260.7200.56278.5255.8628.43
Hex5420711A48038117381c
Octal12440161321100704277034
Binary10101001000001110001110101001000011100010001011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542071; }

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

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

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

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

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

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

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

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