#542776

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

Shades of Blue Diamond #542776

Tints of Blue Diamond #542776

Color information

#542776 (or 0x542776) is unknown color: approx Blue Diamond. HEX triplet: 54, 27 and 76. RGB value is (84,39,118). Sum of RGB (Red+Green+Blue) = 84+39+118=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #542776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542776 is #ABD889. Grayscale: #3D3D3D. Windows color (decimal): -11262090 or 7743316. OLE color: 7743316.

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

Color convert

RGB8439118-
CMYK0.290.6700.54
HSL274.18º50.32%30.78%-
HSV(B)274.18º66.95%46.27%-
XYZ7.654.6417.63-
YUV61.46159.91144.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=34.85%
G=16.18%
B=48.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84391180.290.6700.54274.1850.3230.78
Hex5427761D43036112321f
Octal12447166351030664226237
Binary10101001001111110110111011000011011011010001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542776; }

 p { color: rgb(84,39,118); }

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

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

 a { background-color: rgb(84,39,118); }

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

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

 span { border-color: rgb(84,39,118); }

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