#542072

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

Shades of Blue Diamond #542072

Tints of Blue Diamond #542072

Color information

#542072 (or 0x542072) is unknown color: approx Blue Diamond. HEX triplet: 54, 20 and 72. RGB value is (84,32,114). Sum of RGB (Red+Green+Blue) = 84+32+114=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #542072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542072 is #ABDF8D. Grayscale: #383838. Windows color (decimal): -11263886 or 7479380. OLE color: 7479380.

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

Color convert

RGB8432114-
CMYK0.260.7200.55
HSL278.05º56.16%28.63%-
HSV(B)278.05º71.93%44.71%-
XYZ7.214.1316.34-
YUV56.9160.23147.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=36.52%
G=13.91%
B=49.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84321140.260.7200.55278.0556.1628.63
Hex5420721A48037116381d
Octal12440162321100674267035
Binary10101001000001110010110101001000011011110001011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542072; }

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

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

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

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

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

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

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

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