#542B69

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

Shades of Honey Flower #542B69

Tints of Honey Flower #542B69

Color information

#542B69 (or 0x542B69) is unknown color: approx Honey Flower. HEX triplet: 54, 2B and 69. RGB value is (84,43,105). Sum of RGB (Red+Green+Blue) = 84+43+105=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #542B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B69 is #ABD496. Grayscale: #3E3E3E. Windows color (decimal): -11261079 or 6892372. OLE color: 6892372.

HSL color Cylindrical-coordinate representation of color #542B69: hue angle of 279.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542B69 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8443105-
CMYK0.200.5900.59
HSL279.68º41.89%29.02%-
HSV(B)279.68º59.05%41.18%-
XYZ7.074.6313.89-
YUV62.33152.08143.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=36.21%
G=18.53%
B=45.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84431050.200.5900.59279.6841.8929.02
Hex542B69143B03B1182a1d
Octal1245315124730734305235
Binary1010100101011110100110100111011011101110001100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,43,105); }

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

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

 a { background-color: rgb(84,43,105); }

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

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

 span { border-color: rgb(84,43,105); }

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