#543A68

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

Shades of Honey Flower #543A68

Tints of Honey Flower #543A68

Color information

#543A68 (or 0x543A68) is unknown color: approx Honey Flower. HEX triplet: 54, 3A and 68. RGB value is (84,58,104). Sum of RGB (Red+Green+Blue) = 84+58+104=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #543A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A68 is #ABC597. Grayscale: #464646. Windows color (decimal): -11257240 or 6830676. OLE color: 6830676.

HSL color Cylindrical-coordinate representation of color #543A68: hue angle of 273.91º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #543A68 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8458104-
CMYK0.190.4400.59
HSL273.91º28.4%31.76%-
HSV(B)273.91º44.23%40.78%-
XYZ7.675.9113.83-
YUV71.02146.61137.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=34.15%
G=23.58%
B=42.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84581040.190.4400.59273.9128.431.76
Hex543A68132C03B1121c20
Octal1247215023540734223440
Binary1010100111010110100010011101100011101110001001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543A68; }

 p { color: rgb(84,58,104); }

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

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

 a { background-color: rgb(84,58,104); }

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

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

 span { border-color: rgb(84,58,104); }

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