#542877

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

Shades of Blue Diamond #542877

Tints of Blue Diamond #542877

Color information

#542877 (or 0x542877) is unknown color: approx Blue Diamond. HEX triplet: 54, 28 and 77. RGB value is (84,40,119). Sum of RGB (Red+Green+Blue) = 84+40+119=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #542877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542877 is #ABD788. Grayscale: #3D3D3D. Windows color (decimal): -11261833 or 7809108. OLE color: 7809108.

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

Color convert

RGB8440119-
CMYK0.290.6600.53
HSL273.42º49.69%31.18%-
HSV(B)273.42º66.39%46.67%-
XYZ7.744.7317.96-
YUV62.16160.08143.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=34.57%
G=16.46%
B=48.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84401190.290.6600.53273.4249.6931.18
Hex5428771D42035111321f
Octal12450167351020654216237
Binary10101001010001110111111011000010011010110001000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542877; }

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

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

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

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

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

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

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

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