#542879

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

Shades of Blue Diamond #542879

Tints of Blue Diamond #542879

Color information

#542879 (or 0x542879) is unknown color: approx Blue Diamond. HEX triplet: 54, 28 and 79. RGB value is (84,40,121). Sum of RGB (Red+Green+Blue) = 84+40+121=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #542879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542879 is #ABD786. Grayscale: #3E3E3E. Windows color (decimal): -11261831 or 7940180. OLE color: 7940180.

HSL color Cylindrical-coordinate representation of color #542879: hue angle of 272.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #542879 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8440121-
CMYK0.310.6700.53
HSL272.59º50.31%31.57%-
HSV(B)272.59º66.94%47.45%-
XYZ7.874.7818.6-
YUV62.39161.08143.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=34.29%
G=16.33%
B=49.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84401210.310.6700.53272.5950.3131.57
Hex5428791F430351113220
Octal12450171371030654216240
Binary101010010100011110011111110000110110101100010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542879; }

 p { color: rgb(84,40,121); }

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

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

 a { background-color: rgb(84,40,121); }

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

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

 span { border-color: rgb(84,40,121); }

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