#542272

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

Shades of Blue Diamond #542272

Tints of Blue Diamond #542272

Color information

#542272 (or 0x542272) is unknown color: approx Blue Diamond. HEX triplet: 54, 22 and 72. RGB value is (84,34,114). Sum of RGB (Red+Green+Blue) = 84+34+114=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #542272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542272 is #ABDD8D. Grayscale: #393939. Windows color (decimal): -11263374 or 7479892. OLE color: 7479892.

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

Color convert

RGB8434114-
CMYK0.260.7000.55
HSL277.5º54.05%29.02%-
HSV(B)277.5º70.18%44.71%-
XYZ7.274.2416.36-
YUV58.07159.56146.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=36.21%
G=14.66%
B=49.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84341140.260.7000.55277.554.0529.02
Hex5422721A46037116361d
Octal12442162321060674266635
Binary10101001000101110010110101000110011011110001011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542272; }

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

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

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

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

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

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

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

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