#542DA8

Color #542DA8 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #542DA8

Tints of Daisy Bush #542DA8

Color information

#542DA8 (or 0x542DA8) is unknown color: approx Daisy Bush. HEX triplet: 54, 2D and A8. RGB value is (84,45,168). Sum of RGB (Red+Green+Blue) = 84+45+168=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #542DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DA8 is #ABD257. Grayscale: #464646. Windows color (decimal): -11260504 or 11021652. OLE color: 11021652.

HSL color Cylindrical-coordinate representation of color #542DA8: hue angle of 259.02º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542DA8 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8445168-
CMYK0.50.7300.34
HSL259.02º57.75%41.76%-
HSV(B)259.02º73.21%65.88%-
XYZ11.666.5937.7-
YUV70.68182.92137.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 168 (66.02% from 255) = 56.57%
R=28.28%
G=15.15%
B=56.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84451680.50.7300.34259.0257.7541.76
Hex542DA832490221033a2a
Octal12455250621110424037252
Binary10101001011011010100011001010010010100010100000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,45,168); }

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

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

 a { background-color: rgb(84,45,168); }

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

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

 span { border-color: rgb(84,45,168); }

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