#542678

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

Shades of Blue Diamond #542678

Tints of Blue Diamond #542678

Color information

#542678 (or 0x542678) is unknown color: approx Blue Diamond. HEX triplet: 54, 26 and 78. RGB value is (84,38,120). Sum of RGB (Red+Green+Blue) = 84+38+120=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #542678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542678 is #ABD987. Grayscale: #3C3C3C. Windows color (decimal): -11262344 or 7874132. OLE color: 7874132.

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

Color convert

RGB8438120-
CMYK0.30.6800.53
HSL273.66º51.9%30.98%-
HSV(B)273.66º68.33%47.06%-
XYZ7.744.6318.25-
YUV61.1161.24144.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=34.71%
G=15.70%
B=49.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84381200.30.6800.53273.6651.930.98
Hex5426781E44035112341f
Octal12446170361040654226437
Binary10101001001101111000111101000100011010110001001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542678; }

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

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

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

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

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

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

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

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