#542573

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

Shades of Blue Diamond #542573

Tints of Blue Diamond #542573

Color information

#542573 (or 0x542573) is unknown color: approx Blue Diamond. HEX triplet: 54, 25 and 73. RGB value is (84,37,115). Sum of RGB (Red+Green+Blue) = 84+37+115=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #542573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542573 is #ABDA8C. Grayscale: #3B3B3B. Windows color (decimal): -11262605 or 7546196. OLE color: 7546196.

HSL color Cylindrical-coordinate representation of color #542573: hue angle of 276.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542573 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8437115-
CMYK0.270.6800.55
HSL276.15º51.32%29.8%-
HSV(B)276.15º67.83%45.1%-
XYZ7.414.4516.69-
YUV59.94159.07145.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=35.59%
G=15.68%
B=48.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84371150.270.6800.55276.1551.3229.8
Hex5425731B44037114331e
Octal12445163331040674246336
Binary10101001001011110011110111000100011011110001010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542573; }

 p { color: rgb(84,37,115); }

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

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

 a { background-color: rgb(84,37,115); }

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

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

 span { border-color: rgb(84,37,115); }

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