#542A6C

Color #542A6C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #542A6C

Tints of Honey Flower #542A6C

Color information

#542A6C (or 0x542A6C) is unknown color: approx Honey Flower. HEX triplet: 54, 2A and 6C. RGB value is (84,42,108). Sum of RGB (Red+Green+Blue) = 84+42+108=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #542A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A6C is #ABD593. Grayscale: #3D3D3D. Windows color (decimal): -11261332 or 7088724. OLE color: 7088724.

HSL color Cylindrical-coordinate representation of color #542A6C: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542A6C is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8442108-
CMYK0.220.6100.58
HSL278.18º44%29.41%-
HSV(B)278.18º61.11%42.35%-
XYZ7.194.6214.7-
YUV62.08153.91143.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=35.90%
G=17.95%
B=46.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84421080.220.6100.58278.184429.41
Hex542A6C163D03A1162c1d
Octal1245215426750724265435
Binary1010100101010110110010110111101011101010001011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,108); }

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

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

 a { background-color: rgb(84,42,108); }

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

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

 span { border-color: rgb(84,42,108); }

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