#542C76

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

Shades of Blue Diamond #542C76

Tints of Blue Diamond #542C76

Color information

#542C76 (or 0x542C76) is unknown color: approx Blue Diamond. HEX triplet: 54, 2C and 76. RGB value is (84,44,118). Sum of RGB (Red+Green+Blue) = 84+44+118=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #542C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C76 is #ABD389. Grayscale: #404040. Windows color (decimal): -11260810 or 7744596. OLE color: 7744596.

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

Color convert

RGB8444118-
CMYK0.290.6300.54
HSL272.43º45.68%31.76%-
HSV(B)272.43º62.71%46.27%-
XYZ7.834.9917.69-
YUV64.4158.25141.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=34.15%
G=17.89%
B=47.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84441180.290.6300.54272.4345.6831.76
Hex542C761D3F0361102e20
Octal1245416635770664205640
Binary10101001011001110110111011111110110110100010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C76; }

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

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

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

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

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

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

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

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