#542078

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

Shades of Blue Diamond #542078

Tints of Blue Diamond #542078

Color information

#542078 (or 0x542078) is unknown color: approx Blue Diamond. HEX triplet: 54, 20 and 78. RGB value is (84,32,120). Sum of RGB (Red+Green+Blue) = 84+32+120=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #542078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542078 is #ABDF87. Grayscale: #393939. Windows color (decimal): -11263880 or 7872596. OLE color: 7872596.

HSL color Cylindrical-coordinate representation of color #542078: hue angle of 275.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542078 is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8432120-
CMYK0.30.7300.53
HSL275.45º57.89%29.8%-
HSV(B)275.45º73.33%47.06%-
XYZ7.564.2718.2-
YUV57.58163.23146.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=35.59%
G=13.56%
B=50.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84321200.30.7300.53275.4557.8929.8
Hex5420781E490351133a1e
Octal12440170361110654237236
Binary10101001000001111000111101001001011010110001001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542078; }

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

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

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

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

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

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

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

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