#542977

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

Shades of Blue Diamond #542977

Tints of Blue Diamond #542977

Color information

#542977 (or 0x542977) is unknown color: approx Blue Diamond. HEX triplet: 54, 29 and 77. RGB value is (84,41,119). Sum of RGB (Red+Green+Blue) = 84+41+119=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #542977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542977 is #ABD688. Grayscale: #3E3E3E. Windows color (decimal): -11261577 or 7809364. OLE color: 7809364.

HSL color Cylindrical-coordinate representation of color #542977: hue angle of 273.08º degrees, saturation: 0.49, 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 #542977 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8441119-
CMYK0.290.6600.53
HSL273.08º48.75%31.37%-
HSV(B)273.08º65.55%46.67%-
XYZ7.784.817.97-
YUV62.75159.75143.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=34.43%
G=16.80%
B=48.77%

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
Decimal84411190.290.6600.53273.0848.7531.37
Hex5429771D42035111311f
Octal12451167351020654216137
Binary10101001010011110111111011000010011010110001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542977; }

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

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

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

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

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

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

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

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