#56346E

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

Shades of Honey Flower #56346E

Tints of Honey Flower #56346E

Color information

#56346E (or 0x56346E) is unknown color: approx Honey Flower. HEX triplet: 56, 34 and 6E. RGB value is (86,52,110). Sum of RGB (Red+Green+Blue) = 86+52+110=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #56346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56346E is #A9CB91. Grayscale: #444444. Windows color (decimal): -11127698 or 7222358. OLE color: 7222358.

HSL color Cylindrical-coordinate representation of color #56346E: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56346E is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8652110-
CMYK0.220.5300.57
HSL275.17º35.8%31.76%-
HSV(B)275.17º52.73%43.14%-
XYZ7.885.5615.41-
YUV68.78151.26140.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=34.68%
G=20.97%
B=44.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86521100.220.5300.57275.1735.831.76
Hex56346E16350391132420
Octal1266415626650714234440
Binary10101101101001101110101101101010111001100010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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