#56346C

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

Shades of Honey Flower #56346C

Tints of Honey Flower #56346C

Color information

#56346C (or 0x56346C) is unknown color: approx Honey Flower. HEX triplet: 56, 34 and 6C. RGB value is (86,52,108). Sum of RGB (Red+Green+Blue) = 86+52+108=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #56346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56346C is #A9CB93. Grayscale: #444444. Windows color (decimal): -11127700 or 7091286. OLE color: 7091286.

HSL color Cylindrical-coordinate representation of color #56346C: hue angle of 276.43º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56346C is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8652108-
CMYK0.200.5200.58
HSL276.43º35%31.37%-
HSV(B)276.43º51.85%42.35%-
XYZ7.775.5214.84-
YUV68.55150.26140.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=34.96%
G=21.14%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86521080.200.5200.58276.433531.37
Hex56346C143403A114231f
Octal1266415424640724244337
Binary1010110110100110110010100110100011101010001010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56346C; }

 p { color: rgb(86,52,108); }

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

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

 a { background-color: rgb(86,52,108); }

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

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

 span { border-color: rgb(86,52,108); }

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