#542178

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

Shades of Blue Diamond #542178

Tints of Blue Diamond #542178

Color information

#542178 (or 0x542178) is unknown color: approx Blue Diamond. HEX triplet: 54, 21 and 78. RGB value is (84,33,120). Sum of RGB (Red+Green+Blue) = 84+33+120=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #542178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542178 is #ABDE87. Grayscale: #393939. Windows color (decimal): -11263624 or 7872852. OLE color: 7872852.

HSL color Cylindrical-coordinate representation of color #542178: hue angle of 275.17º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542178 is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8433120-
CMYK0.30.7200.53
HSL275.17º56.86%30%-
HSV(B)275.17º72.5%47.06%-
XYZ7.594.3318.2-
YUV58.17162.9146.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=35.44%
G=13.92%
B=50.63%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84331200.30.7200.53275.1756.8630
Hex5421781E48035113391e
Octal12441170361100654237136
Binary10101001000011111000111101001000011010110001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542178; }

 p { color: rgb(84,33,120); }

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

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

 a { background-color: rgb(84,33,120); }

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

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

 span { border-color: rgb(84,33,120); }

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